Skip to content

Commit

Permalink
Adding arp-cache-timeout on vlan level
Browse files Browse the repository at this point in the history
should fix T873
  • Loading branch information
Andamasov Yuriy committed Oct 4, 2018
1 parent b90c59b commit bdb406d
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
help: ARP cache entry timeout in seconds

type: u32

create:expression: "sudo sh -c \"echo $((1000*$VAR(@))) > /proc/sys/net/ipv4/neigh//$VAR(../../../@)\.$VAR(../../@)/base_reachable_time_ms\" "

update:expression: "sudo sh -c \"echo $((1000*$VAR(@))) > /proc/sys/net/ipv4/neigh/$VAR(../../../@)\.$VAR(../../@)/base_reachable_time_ms\" "

delete:expression: "sudo sh -c \"echo 30000 > /proc/sys/net/ipv4/neigh/$VAR(../../../@)\.$VAR(../../@)/base_reachable_time_ms\" "

0 comments on commit bdb406d

Please sign in to comment.