summaryrefslogtreecommitdiff
path: root/templates/service/dns/forwarding/dhcp/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/service/dns/forwarding/dhcp/node.def')
-rw-r--r--templates/service/dns/forwarding/dhcp/node.def8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/service/dns/forwarding/dhcp/node.def b/templates/service/dns/forwarding/dhcp/node.def
deleted file mode 100644
index f19b000e..00000000
--- a/templates/service/dns/forwarding/dhcp/node.def
+++ /dev/null
@@ -1,8 +0,0 @@
-multi:
-type: txt
-help: Use nameservers received from DHCP server for specified interface
-commit:expression: exec "/opt/vyatta/sbin/vyatta-dns-forwarding.pl --dhcp-interface $VAR(@)"
-allowed:
- local -a array ;
- array=( /var/lib/dhcp/eth* /var/lib/dhcp/br* ) ;
- echo -n ${array[@]##*/}