diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-10-02 17:17:10 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-10-02 17:17:10 +0200 |
commit | 6e5b823c8c33245d9e40a01c8ce514bc7bc489a1 (patch) | |
tree | 7c34d65f82cb92534a8b9ea8f5b845599bcb98ca /extensions | |
parent | 1c2772d3e5f77022649410d9f5787221cc38573f (diff) | |
download | conntrack-tools-6e5b823c8c33245d9e40a01c8ce514bc7bc489a1.tar.gz conntrack-tools-6e5b823c8c33245d9e40a01c8ce514bc7bc489a1.zip |
conntrack: fix mark-based filtering for event display
The mark-based filtering for events does not work if the mark is not
present in the event message. This happens because nfct_cmp() skips
the comparison of the compared objects since it they do not have the
same attributes set. This patch make use of the new NFCT_CMP_MASK
flag that returns false if the first object passed as parameter is
set and the second is not.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'extensions')
0 files changed, 0 insertions, 0 deletions