summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/expect_events.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/expect_events.c b/utils/expect_events.c
index a8b84cc..89426f4 100644
--- a/utils/expect_events.c
+++ b/utils/expect_events.c
@@ -25,7 +25,9 @@ int main()
int ret;
struct nfct_handle *h;
- h = nfct_open(EXPECT, NF_NETLINK_CONNTRACK_EXP_NEW);
+ h = nfct_open(EXPECT, NF_NETLINK_CONNTRACK_EXP_NEW |
+ NF_NETLINK_CONNTRACK_EXP_UPDATE |
+ NF_NETLINK_CONNTRACK_EXP_DESTROY);
if (!h) {
perror("nfct_open");
return -1;