mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-02 17:26:42 +09:00
netfilter: ctnetlink: add expectation deletion events
This patch allows to listen to events that inform about expectations destroyed. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
committed by
Patrick McHardy
parent
43f974cdb4
commit
ebbf41df4a
@@ -98,6 +98,7 @@ enum ip_conntrack_events {
|
||||
|
||||
enum ip_conntrack_expect_events {
|
||||
IPEXP_NEW, /* new expectation */
|
||||
IPEXP_DESTROY, /* destroyed expectation */
|
||||
};
|
||||
|
||||
/* expectation flags */
|
||||
|
||||
Reference in New Issue
Block a user