diff --git a/pkg/selfcontain/net.go b/pkg/selfcontain/net.go index 0a6998bc29e00619da404f574fb389590cd5c818..92ebc5301d17d93626afa67556e475201ba01c1f 100644 --- a/pkg/selfcontain/net.go +++ b/pkg/selfcontain/net.go @@ -14,7 +14,7 @@ import ( "github.com/vishvananda/netlink" ) -const ACCEPT_RA = "net.ipv6.conf.eth0.accept_ra_pinfo" +const ACCEPT_RA = "net.ipv6.conf.eth0.accept_ra" const ACCEPT_PINFO = "net.ipv6.conf.eth0.accept_ra_pinfo" const ACCEPT_DFTRTR = "net.ipv6.conf.eth0.accept_ra_defrtr"