conntrack-tools branch, master, updated. conntrack-tools-1.0.0-3-g6428f54

Pablo Neira Ayuso netfilter-cvslog-bounces at lists.netfilter.org
Wed Jun 15 14:47:12 CEST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "conntrack-tools".

The branch, master has been updated
       via  6428f54328a433a86bdc0d7154ff3a7d322e0fb4 (commit)
       via  147ed522f52a62ab0d854ddc443d27d97dbf6cdf (commit)
      from  590f85ac03c4a2f5e7228e3c757b37fd792eb56a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6428f54328a433a86bdc0d7154ff3a7d322e0fb4
Author: Florian Westphal <fw at strlen.de>
Date:   Wed Jun 15 14:13:40 2011 +0200

    conntrack: skip sending update message to kernel if conntrack is unchanged
    
    This speeds up operation when a lot of conntracks exist, but only
    a few of them have to be altered.
    
    This change is user-visible because the exit message
    ("%d flow entries have been updated") will now print the number of entries
    that have been altered instead of the total number of conntracks seen.
    
    Signed-off-by: Florian Westphal <fw at strlen.de>
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit 147ed522f52a62ab0d854ddc443d27d97dbf6cdf
Author: Florian Westphal <fw at strlen.de>
Date:   Wed Jun 15 14:13:39 2011 +0200

    conntrack: add support for mark mask
    
    Extend --mark option to optionally take a mask, seperated
    by '/', e.g. --mark 0x80/0xf0.
    
    When used with -L, only test those bits of the mark that
    are in the mask range (behaves like iptables like -m mark).
    
    When used with -U, zero out those bits indicated by the mask and
    XOR the new mark into the result (behaves like iptables -j MARK
    --set-xmark).
    
    Signed-off-by: Florian Westphal <fw at strlen.de>
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

-----------------------------------------------------------------------

Summary of changes:
 conntrack.8     |    8 ++++-
 src/conntrack.c |   74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 79 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
conntrack-tools



More information about the netfilter-cvslog mailing list