conntrack-tools branch, master, updated. conntrack-tools-1.0.1-15-g1e70249

Pablo Neira Ayuso netfilter-cvslog-bounces at lists.netfilter.org
Mon Jan 23 01:28:43 CET 2012


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  1e70249a665aa611b3547233952f8f9bb51369f8 (commit)
      from  451dafe6f5e1add75793597ba9bd0e3fddf2d7f9 (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 1e70249a665aa611b3547233952f8f9bb51369f8
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Mon Jan 23 01:23:41 2012 +0100

    conntrack: fix setting fixed-timeout status flag
    
    % conntrack -U -u FIXED_TIMEOUT
    conntrack v1.0.1 (conntrack-tools): Operation failed: Device or resource busy
    
    With this patch, you can make indeed make it:
    
    % conntrack -U -u FIXED_TIMEOUT
    [...]
    conntrack v1.0.1 (conntrack-tools): 8 flow entries have been updated.
    
    This patch also adds the corresponding simple QA tests.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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

Summary of changes:
 qa/testsuite/06update |    8 ++++++++
 src/conntrack.c       |   11 +++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)
 create mode 100644 qa/testsuite/06update


hooks/post-receive
-- 
conntrack-tools



More information about the netfilter-cvslog mailing list