Set arp_notify to match ndisc_notify
A previous change [1] enabled ndisc_notify, which is the IPv6 equivalent for IPv4's arp_notify. Enable the latter to keep them consistent with each other. Change-Id: I15e8348585a9c0ee824a4c123677992010980b9e Related-Bug: #1827927
This commit is contained in:
parent
d2fae913d9
commit
f3df90f2c0
@ -167,6 +167,8 @@ outputs:
|
||||
value: 0
|
||||
net.ipv6.conf.all.accept_redirects:
|
||||
value: 0
|
||||
net.ipv4.conf.all.arp_notify:
|
||||
value: 1
|
||||
net.ipv6.conf.all.ndisc_notify:
|
||||
value: 1
|
||||
net.core.netdev_max_backlog:
|
||||
|
Loading…
Reference in New Issue
Block a user