hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/net/llc/llc_input.c
....@@ -163,9 +163,6 @@
163163 void (*sta_handler)(struct sk_buff *skb);
164164 void (*sap_handler)(struct llc_sap *sap, struct sk_buff *skb);
165165
166
- if (!net_eq(dev_net(dev), &init_net))
167
- goto drop;
168
-
169166 /*
170167 * When the interface is in promisc. mode, drop all the crap that it
171168 * receives, do not try to analyse it.