hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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.