hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/net/ipv6/ndisc.c
....@@ -196,7 +196,8 @@
196196 static inline int ndisc_is_useropt(const struct net_device *dev,
197197 struct nd_opt_hdr *opt)
198198 {
199
- return opt->nd_opt_type == ND_OPT_RDNSS ||
199
+ return opt->nd_opt_type == ND_OPT_PREFIX_INFO ||
200
+ opt->nd_opt_type == ND_OPT_RDNSS ||
200201 opt->nd_opt_type == ND_OPT_DNSSL ||
201202 opt->nd_opt_type == ND_OPT_CAPTIVE_PORTAL ||
202203 opt->nd_opt_type == ND_OPT_PREF64 ||