summaryrefslogtreecommitdiff
path: root/templates/system/name-server
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-02-14 22:34:06 +0100
committerChristian Poessinger <christian@poessinger.com>2019-02-14 22:34:06 +0100
commite171516225bad627b70aed808868396d9264a707 (patch)
tree2fc927a9c5e865e8b88b11896e8cce9a9e3196ff /templates/system/name-server
parent51cd34da47416003dda9ee2c10297a58cd2ed098 (diff)
downloadvyatta-cfg-system-e171516225bad627b70aed808868396d9264a707.tar.gz
vyatta-cfg-system-e171516225bad627b70aed808868396d9264a707.zip
T1174: migrate local hostname/DNS handling to vyos-1x
Diffstat (limited to 'templates/system/name-server')
-rw-r--r--templates/system/name-server/node.def10
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/system/name-server/node.def b/templates/system/name-server/node.def
deleted file mode 100644
index b2aadb4e..00000000
--- a/templates/system/name-server/node.def
+++ /dev/null
@@ -1,10 +0,0 @@
-multi:
-priority: 400
-type: ipv4,ipv6
-help: Domain Name Server (DNS)
-val_help: ipv4; Domain Name Server (DNS) address
-val_help: ipv6; Domain Name Server (DNS) address
-
-create: sudo /opt/vyatta/sbin/vyatta-system-nameservers update $VAR(@)
-
-delete: sudo /opt/vyatta/sbin/vyatta-system-nameservers delete $VAR(@)