diff options
Diffstat (limited to 'templates/service/dns/forwarding/dhcp/node.def')
-rw-r--r-- | templates/service/dns/forwarding/dhcp/node.def | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/service/dns/forwarding/dhcp/node.def b/templates/service/dns/forwarding/dhcp/node.def index c9167431..f56a51c2 100644 --- a/templates/service/dns/forwarding/dhcp/node.def +++ b/templates/service/dns/forwarding/dhcp/node.def @@ -1,8 +1,7 @@ multi: type: txt help: Set to forward DNS queries to nameservers received from DHCP server for specified interface -syntax:expression: exec "/opt/vyatta/sbin/vyatta-dns-forwarding.pl --dhcp-interface $VAR(@)" -commit:expression: exec "/opt/vyatta/sbin/vyatta-dns-forwarding.pl --dhcp-interface-nameserver $VAR(@)" +commit:expression: exec "/opt/vyatta/sbin/vyatta-dns-forwarding.pl --dhcp-interface $VAR(@)" allowed: local -a array ; array=( /var/lib/dhcp3/eth* /var/lib/dhcp3/br* ) ; |