hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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 ||