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

Pablo Neira Ayuso netfilter-cvslog-bounces at lists.netfilter.org
Wed Oct 26 13:26:10 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
  discards  5e3382ab7d5999497fdfe5fb7448ca6a5e4e6732 (commit)
       via  94a3ad2bc692a1d3c7ec8a1ae0a46f573f4b6ec2 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (5e3382ab7d5999497fdfe5fb7448ca6a5e4e6732)
            \
             N -- N -- N (94a3ad2bc692a1d3c7ec8a1ae0a46f573f4b6ec2)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 94a3ad2bc692a1d3c7ec8a1ae0a46f573f4b6ec2
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Wed Oct 26 12:54:13 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.
    - add prefix ct_ to all parsing functions in parse.c, as we will have
      similar functions to convert messages to expectation objects.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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

Summary of changes:


hooks/post-receive
-- 
conntrack-tools



More information about the netfilter-cvslog mailing list