Skip to content

Commit c0a4c15

Browse files
committed
Adding automatic setting of ndisc_notify kernel parameter to 1 on all V6 interfaces.
This is required to ensure when a previously allocated IP moves to another host the change is propagated throughout the fabric.
1 parent 9a67334 commit c0a4c15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pkg/danmep/danmep.go

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ var sysctls = []sysctlTask {
4040
{"net.ipv6.conf.%s.disable_ipv6", "0"},
4141
{"net.ipv6.conf.%s.autoconf", "0"},
4242
{"net.ipv6.conf.%s.accept_ra", "0"},
43+
{"net.ipv6.conf.%s.ndisc_notify", "1"},
4344
},
4445
},
4546
{

0 commit comments

Comments
 (0)