diff options
Diffstat (limited to 'templates/service')
-rw-r--r-- | templates/service/dns/forwarding/dhcp/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/service/dns/forwarding/dhcp/node.def b/templates/service/dns/forwarding/dhcp/node.def index 24598129..c9167431 100644 --- a/templates/service/dns/forwarding/dhcp/node.def +++ b/templates/service/dns/forwarding/dhcp/node.def @@ -5,5 +5,5 @@ syntax:expression: exec "/opt/vyatta/sbin/vyatta-dns-forwarding.pl --dhcp-interf commit:expression: exec "/opt/vyatta/sbin/vyatta-dns-forwarding.pl --dhcp-interface-nameserver $VAR(@)" allowed: local -a array ; - array=( /var/lib/dhcp3/eth* ) ; + array=( /var/lib/dhcp3/eth* /var/lib/dhcp3/br* ) ; echo -n ${array[@]##*/} |