stéphane bryant <stephane.ml.bryant@xxxxxxxxx> wrote: > >> --- a/net/bridge/br_netfilter_hooks.c > >> +++ b/net/bridge/br_netfilter_hooks.c > >> @@ -999,6 +999,46 @@ static struct ctl_table brnf_table[] = { > >> }; > >> #endif > >> > >> +static void nf_br_saveroute(const struct sk_buff *skb, > >> + struct nf_queue_entry *entry) > > > > Please put all of these functions into a new file. > > CONFIG_BRIDGE_NETFILTER will be deprecated, this is the glue part > > that allows a bridge to use arp and /ip(6)tables. > > > > Sorry if i am a bit of a slow-learner, but i assume you mean following > what's done for, e.g., ipv4, and have this into a bridge/netfilter.c and > initializing this part of the subsystem. bridge/netfilter.c sounds good. Another option would be net/bridge/netfilter/nf_tables_bridge.c (assuming that this is only added for use with nft as opposed to adding a nfqueue target to ebtables). Thanks! -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html