Skip to content

Commit

Permalink
Adding automatic setting of ndisc_notify kernel parameter to 1 on all…
Browse files Browse the repository at this point in the history
… V6 interfaces.

This is required to ensure when a previously allocated IP moves to another host
 the change is propagated throughout the fabric.
  • Loading branch information
Levovar committed May 28, 2020
1 parent 9a67334 commit c0a4c15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/danmep/danmep.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ var sysctls = []sysctlTask {
{"net.ipv6.conf.%s.disable_ipv6", "0"},
{"net.ipv6.conf.%s.autoconf", "0"},
{"net.ipv6.conf.%s.accept_ra", "0"},
{"net.ipv6.conf.%s.ndisc_notify", "1"},
},
},
{
Expand Down

0 comments on commit c0a4c15

Please sign in to comment.