summaryrefslogtreecommitdiff
path: root/templates/system/ipv6/neighbor/table-size/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/system/ipv6/neighbor/table-size/node.def')
-rw-r--r--templates/system/ipv6/neighbor/table-size/node.def14
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/system/ipv6/neighbor/table-size/node.def b/templates/system/ipv6/neighbor/table-size/node.def
deleted file mode 100644
index 0ea4816e..00000000
--- a/templates/system/ipv6/neighbor/table-size/node.def
+++ /dev/null
@@ -1,14 +0,0 @@
-help: Maximum number of entries to keep in the Neighbor cache
-
-type: u32
-
-default: 8192
-
-allowed: echo "1024 2048 4096 8192 16384 32768"
-
-syntax:expression: exec " \
- /opt/vyatta/sbin/vyatta-update-arp-params \
- 'syntax-check' 'table-size' '$VAR(@)' 'ipv6' "
-
-update:
- /opt/vyatta/sbin/vyatta-update-arp-params 'update' 'table-size' '$VAR(@)' 'ipv6'