]> www.infradead.org Git - users/jedix/linux-maple.git/commit
netfilter: nf_tables: Prepare for handling NETDEV_REGISTER events
authorPhil Sutter <phil@nwl.cc>
Wed, 21 May 2025 20:44:27 +0000 (22:44 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 23 May 2025 11:57:13 +0000 (13:57 +0200)
commit104031ac89804cda09b0363156a0769aae0f875c
tree5cb0d5f3786be591e50b472d5ccb24befa5246c8
parent73319a8ee18b9cf0b2dac87f8521595e0381ba0c
netfilter: nf_tables: Prepare for handling NETDEV_REGISTER events

Put NETDEV_UNREGISTER handling code into a switch, no functional change
intended as the function is only called for that event yet.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_api.c
net/netfilter/nft_chain_filter.c