First patch adds a bit more documentation for "nft list hooks". 2nd patch removes decnet support, this was removed 2 years ago from the kernel. 3rd patch fixes 'nft list hooks device foo' from listing hooks for 'foo' as 'bridge' family instead of 'netdev'. Last patch adds support for egress hooks, this was missing so far. Florian Westphal (4): doc: add documentation about list hooks feature src: remove decnet support src: mnl: clean up hook listing code src: add egress support for 'list hooks' Makefile.am | 2 +- doc/additional-commands.txt | 115 +++++++++++++++++++++++++++ doc/nft.txt | 63 +-------------- include/linux/netfilter_decnet.h | 72 ----------------- src/mnl.c | 132 +++++++++---------------------- 5 files changed, 156 insertions(+), 228 deletions(-) create mode 100644 doc/additional-commands.txt delete mode 100644 include/linux/netfilter_decnet.h -- 2.44.2