summaryrefslogtreecommitdiff
path: root/templates/service/dns/forwarding/dhcp
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2018-03-16 20:09:27 +0100
committerChristian Poessinger <christian@poessinger.com>2018-04-15 18:19:50 +0200
commitdf78ae1e4411c15f27f5f29b172b71504c444637 (patch)
treef1032c02fab1e896d5657d87cc02f7c5518f6456 /templates/service/dns/forwarding/dhcp
parent70f95999744fbb6606aebbc87ba9b326cf453728 (diff)
downloadvyatta-cfg-system-df78ae1e4411c15f27f5f29b172b71504c444637.tar.gz
vyatta-cfg-system-df78ae1e4411c15f27f5f29b172b71504c444637.zip
Remove dns forwarding templates in favor of vyos-1x
Diffstat (limited to 'templates/service/dns/forwarding/dhcp')
-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[@]##*/}