summaryrefslogtreecommitdiffstats
path: root/utils/.gitignore
diff options
context:
space:
mode:
authorRomain Bellan <romain.bellan@wifirst.fr>2020-01-29 10:47:19 +0100
committerFlorian Westphal <fw@strlen.de>2023-09-14 13:15:44 +0200
commitf38c0a03091f3090df45c3e6a09ffc048e92b3c9 (patch)
tree02ba2a08316ed3811091ccd2786c24f6a7aa28e6 /utils/.gitignore
parentc2136262802f31cb19267dacf0c0fdecdea4ae16 (diff)
utils: add NFCT_FILTER_DUMP_TUPLE example
Simple example to see conntrack kernel side filtering configuration. Callback is reading the kernel result, and user is notified when kernel does not support filtering (so filtering must be done in userspace) Signed-off-by: Romain Bellan <romain.bellan@wifirst.fr> Signed-off-by: Florent Fourcot <florent.fourcot@wifirst.fr> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'utils/.gitignore')
-rw-r--r--utils/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/.gitignore b/utils/.gitignore
index 63dfcb2..0de05c0 100644
--- a/utils/.gitignore
+++ b/utils/.gitignore
@@ -3,6 +3,7 @@
/conntrack_delete
/conntrack_dump
/conntrack_dump_filter
+/conntrack_dump_filter_tuple
/conntrack_events
/conntrack_filter
/conntrack_flush