diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-28 14:16:32 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-28 14:16:32 +0100 |
commit | 2660561453274a0162e226722ecf436f4012ca69 (patch) | |
tree | 3cf47bfba16dc03b97ac75220a2533ff87204080 /templates/system/ipv6/neighbor/table-size/node.def | |
parent | cf0bfe70fb855cfffd663d8453ecd17ca99ebb6d (diff) | |
download | vyatta-cfg-system-2660561453274a0162e226722ecf436f4012ca69.tar.gz vyatta-cfg-system-2660561453274a0162e226722ecf436f4012ca69.zip |
T1912: migrate 'system ip(v6)' subsystem to XML/Python
Diffstat (limited to 'templates/system/ipv6/neighbor/table-size/node.def')
-rw-r--r-- | templates/system/ipv6/neighbor/table-size/node.def | 14 |
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' |