hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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.