summaryrefslogtreecommitdiff
path: root/src/netlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/netlink.c')
-rw-r--r--src/netlink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/netlink.c b/src/netlink.c
index 7f56fa3aa..b599d49b7 100644
--- a/src/netlink.c
+++ b/src/netlink.c
@@ -349,6 +349,7 @@ decode_nlmsg_flags_netfilter(const uint16_t type)
case NFT_MSG_GETOBJ:
case NFT_MSG_GETOBJ_RESET:
case NFT_MSG_GETFLOWTABLE:
+ case NFT_MSG_GETRULE_RESET:
return netlink_get_flags;
case NFT_MSG_DELTABLE:
case NFT_MSG_DELCHAIN: