From 23556fc99cfe9728aef27a31d7150b7cf13317bb Mon Sep 17 00:00:00 2001 From: BianYafei Date: Fri, 21 Apr 2023 10:18:34 +0800 Subject: [PATCH] enable stable_secret Signed-off-by: BianYafei Change-Id: I9a1c26ae8186ae7bc55484ea9c73ed4f995ff425 --- net/ipv6/addrconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index ed1e5bfc97b3..c3af82338005 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c @@ -223,7 +223,7 @@ static struct ipv6_devconf ipv6_devconf __read_mostly = { .suppress_frag_ndisc = 1, .accept_ra_mtu = 1, .stable_secret = { - .initialized = false, + .initialized = true, }, .use_oif_addrs_only = 0, .ignore_routes_with_linkdown = 0, -- Gitee