From f3df90f2c0afa352d4dcf14463a9364c9080afe6 Mon Sep 17 00:00:00 2001 From: Nate Johnston Date: Tue, 7 May 2019 16:45:20 -0400 Subject: [PATCH] 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 --- deployment/kernel/kernel-baremetal-puppet.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment/kernel/kernel-baremetal-puppet.yaml b/deployment/kernel/kernel-baremetal-puppet.yaml index 34c5959e77..0834680ed5 100644 --- a/deployment/kernel/kernel-baremetal-puppet.yaml +++ b/deployment/kernel/kernel-baremetal-puppet.yaml @@ -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: