conntrack-tools branch, master, updated. conntrack-tools-0.9.15-25-g2bbb165

Pablo Neira Ayuso netfilter-cvslog-bounces at lists.netfilter.org
Thu Feb 17 18:21:16 CET 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  2bbb1655e38646d9a9a6f839d6ca22e4e554d2f2 (commit)
      from  016bfd317d0984331e53fa71d042af39d3049162 (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 2bbb1655e38646d9a9a6f839d6ca22e4e554d2f2
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Thu Feb 17 16:46:05 2011 +0100

    conntrack: add -o ktimestamp option (it requires linux >= 2.6.38)
    
    This option requires Linux kernel >= 2.6.38, you have to enable conntrack
    timestamping with:
    
    echo 1 > /proc/sys/net/netfilter/nf_conntrack_timestamp
    
    # conntrack -L -o ktimestamp
    udp      17 59 src=192.168.1.128 dst=192.168.1.1 sport=52050 dport=53 src=192.168.1.1 dst=192.168.1.128 sport=53 dport=52050 [ASSURED] mark=0 delta-time=121 [start=Thu Feb 17 17:41:18 2011] use=1
    
    # conntrack -L
    conntrack v0.9.15 (conntrack-tools): 20 flow entries have been shown.
    udp      17 31 src=192.168.1.128 dst=192.168.1.1 sport=52050 dport=53 src=192.168.1.1 dst=192.168.1.128 sport=53 dport=52050 [ASSURED] mark=0 delta-time=149 use=1
    
    # conntrack -E -o ktimestamp
    ...
    [DESTROY] udp      17 src=192.168.1.128 dst=192.168.1.1 sport=40162 dport=53 src=192.168.1.1 dst=192.168.1.128 sport=53 dport=40162 [ASSURED] delta-time=3 [start=Thu Feb 17 17:44:57 2011] [stop=Thu Feb 17 17:45:00 2011]
    
    # conntrack -E
    [DESTROY] udp      17 src=192.168.1.128 dst=77.226.252.14 sport=123 dport=123 src=77.226.252.14 dst=192.168.1.128 sport=123 dport=123 delta-time=8
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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

Summary of changes:
 conntrack.8     |    7 +++++--
 src/conntrack.c |    9 +++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
conntrack-tools



More information about the netfilter-cvslog mailing list