summaryrefslogtreecommitdiffstats
path: root/src/chain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chain.c')
-rw-r--r--src/chain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chain.c b/src/chain.c
index a0004b5..b1a692a 100644
--- a/src/chain.c
+++ b/src/chain.c
@@ -50,6 +50,7 @@ static const char *nft_hooknum2str(int family, int hooknum)
switch (family) {
case NFPROTO_IPV4:
case NFPROTO_IPV6:
+ case NFPROTO_INET:
case NFPROTO_BRIDGE:
switch (hooknum) {
case NF_INET_PRE_ROUTING: