From 1543e317f1da31b75942316931e8f491a8920811 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 04 Jan 2024 10:08:02 +0000 Subject: [PATCH] disable FB --- kernel/net/llc/llc_input.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/kernel/net/llc/llc_input.c b/kernel/net/llc/llc_input.c index 82cb93f..7cac441 100644 --- a/kernel/net/llc/llc_input.c +++ b/kernel/net/llc/llc_input.c @@ -144,6 +144,7 @@ * @skb: received pdu * @dev: device that receive pdu * @pt: packet type + * @orig_dev: the original receive net device * * When the system receives a 802.2 frame this function is called. It * checks SAP and connection of received pdu and passes frame to @@ -161,9 +162,6 @@ struct packet_type *, struct net_device *); void (*sta_handler)(struct sk_buff *skb); void (*sap_handler)(struct llc_sap *sap, struct sk_buff *skb); - - if (!net_eq(dev_net(dev), &init_net)) - goto drop; /* * When the interface is in promisc. mode, drop all the crap that it -- Gitblit v1.6.2