From 2dd6be60ba0b888d138292f5ccec3bacfc5d4949 Mon Sep 17 00:00:00 2001 From: James Davidson Date: Tue, 8 Jan 2013 14:54:19 -0800 Subject: Bug 7856: Set default neighbour table size to 8192 Also increase the max allowed value to 32768. --- templates/system/ipv6/neighbor/table-size/node.def | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'templates/system/ipv6') diff --git a/templates/system/ipv6/neighbor/table-size/node.def b/templates/system/ipv6/neighbor/table-size/node.def index cf4d066d..0ea4816e 100644 --- a/templates/system/ipv6/neighbor/table-size/node.def +++ b/templates/system/ipv6/neighbor/table-size/node.def @@ -2,9 +2,9 @@ help: Maximum number of entries to keep in the Neighbor cache type: u32 -default: 1024 +default: 8192 -allowed: echo "1024 2048 4096 8192 16384" +allowed: echo "1024 2048 4096 8192 16384 32768" syntax:expression: exec " \ /opt/vyatta/sbin/vyatta-update-arp-params \ @@ -12,6 +12,3 @@ syntax:expression: exec " \ update: /opt/vyatta/sbin/vyatta-update-arp-params 'update' 'table-size' '$VAR(@)' 'ipv6' - -delete: - /opt/vyatta/sbin/vyatta-update-arp-params 'delete' 'table-size' 'ipv6' -- cgit v1.2.3