conntrack-tools branch, vyatta/expect, updated. conntrack-tools-1.0.0-10-gbfbec25

Pablo Neira Ayuso netfilter-cvslog-bounces at lists.netfilter.org
Wed Oct 26 12:52:28 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, vyatta/expect has been updated
       via  bfbec25ac55dfdcb14aa7a188e3b9f7a621b2e0e (commit)
      from  b0807717e7740c9f1a02300a76791dcdf478bcc9 (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 bfbec25ac55dfdcb14aa7a188e3b9f7a621b2e0e
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Wed Oct 26 12:33:27 2011 +0200

    conntrackd: generalize/cleanup network message building/parsing
    
    This patch generalizes the network message building and parsing
    to prepare the upcoming expectation support.
    
    Basically, it renames:
    
    - NET_T_STATE_* by NET_T_STATE_CT_*, as I plan to add NET_T_STATE_EXP_*
    - BUILD_NETMSG by BUILD_NETMSG_FROM_CT, and build_payload by ct2msg.
      I plan to add exp2msg.
    - parse_payload by msg2ct, since I plan to add msg2exp.
    - object_status_to_network_type by ct_object_status_to_network_type, as
      we will have exp_object_status_to_network_type at some point.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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

Summary of changes:
 src/{cache-ct.c => cache-exp.c} |  181 +++++++++++++--------------------------
 1 files changed, 58 insertions(+), 123 deletions(-)
 copy src/{cache-ct.c => cache-exp.c} (62%)


hooks/post-receive
-- 
conntrack-tools



More information about the netfilter-cvslog mailing list