Skip to content

Commit ac13629

Browse files
Alphixsystemcrash
authored andcommitted
luci-mod-network: update odhcpd configuration
Update two cfg parameters that have changed names/behaviour in recent versions of odhcpd. Signed-off-by: David Härdeman <[email protected]>
1 parent b1afdbe commit ac13629

File tree

1 file changed

+3
-3
lines changed
  • modules/luci-mod-network/htdocs/luci-static/resources/view/network

1 file changed

+3
-3
lines changed

modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -616,11 +616,11 @@ return view.extend({
616616
_('Lease trigger'),
617617
_('Path to a script to run each time the lease file changes.'));
618618

619-
o = s.taboption('general', form.Value, 'hostsfile',
619+
o = s.taboption('general', form.Value, 'hostsdir',
620620
_('Hosts file'),
621-
_('Path to store a hostsfile (IP address to hostname mapping) in. Used by e.g. <code>dnsmasq</code>.'));
621+
_('Directory to store hosts files (IP address to hostname mapping) in. Used by e.g. <code>dnsmasq</code>.'));
622622

623-
o = s.taboption('general', form.Value, 'piofolder',
623+
o = s.taboption('general', form.Value, 'piodir',
624624
_('PIO directory'),
625625
_('Directory to store IPv6 prefix information files in (to detect and announce stale prefixes).'));
626626

0 commit comments

Comments
 (0)