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

Pablo Neira Ayuso netfilter-cvslog-bounces at lists.netfilter.org
Wed Oct 26 12:55:32 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  bfbec25ac55dfdcb14aa7a188e3b9f7a621b2e0e (commit)
       via  e05fed06a5b52b57e14d4b9fc4394623cfdb2c15 (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 (bfbec25ac55dfdcb14aa7a188e3b9f7a621b2e0e)
            \
             N -- N -- N (e05fed06a5b52b57e14d4b9fc4394623cfdb2c15)

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 e05fed06a5b52b57e14d4b9fc4394623cfdb2c15
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.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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

Summary of changes:
 include/network.h     |   19 ++--
 src/build.c           |    7 +-
 src/cache-ct.c        |    2 +-
 src/cache-exp.c       |  293 -------------------------------------------------
 src/internal_bypass.c |    6 +-
 src/internal_cache.c  |   12 +-
 src/network.c         |   17 ++--
 src/parse.c           |    7 +-
 src/sync-alarm.c      |    4 +-
 src/sync-ftfw.c       |    2 +-
 src/sync-mode.c       |   44 +++++---
 src/sync-notrack.c    |    9 +-
 12 files changed, 74 insertions(+), 348 deletions(-)
 delete mode 100644 src/cache-exp.c


hooks/post-receive
-- 
conntrack-tools



More information about the netfilter-cvslog mailing list