summaryrefslogtreecommitdiff
path: root/templates/system/ip/arp/table-size/node.def
blob: b4d0a9e315cc21d72d00aa8de2cff7ddb8bf9b01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
help: Maximum number of entries to keep in the ARP 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(@)' 'ipv4' "

update:
  /opt/vyatta/sbin/vyatta-update-arp-params 'update' 'table-size' '$VAR(@)' 'ipv4'