iptables branch, master, updated. v1.4.8-9-gd40f162

Jozsef Kadlecsik netfilter-cvslog-bounces at lists.netfilter.org
Wed Jun 16 12:53:28 CEST 2010


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 "iptables".

The branch, master has been updated
       via  d40f1628c3717daebc437a398a285e371b5b6f7f (commit)
      from  4a498502c10e690798aa78eb92e3aed7ce79f4e0 (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 d40f1628c3717daebc437a398a285e371b5b6f7f
Author: Jozsef Kadlecsik <kadlec at blackhole.kfki.hu>
Date:   Wed Jun 16 12:45:33 2010 +0200

    libxt_set: new revision added
    
    libipt_set renamed to libxt_set and the support for the forthcoming
    ipset release added. I have tested backward (IPv4) and forward
    compatibility (IPv4/IPv6):
    
    ipset -N test iphash
    ipset -A test test-address
    iptables -N test-set
    iptables -A test-set -j LOG --log-prefix "match "
    iptables -A test-set -j DROP
    iptables -A OUTPUT -m set --match-set test dst -j test-set
    ping test-address

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

Summary of changes:
 extensions/libipt_SET.c                      |  164 ---------
 extensions/libipt_set.c                      |  160 --------
 extensions/libipt_set.h                      |  119 ------
 extensions/libxt_SET.c                       |  286 +++++++++++++++
 extensions/{libipt_SET.man => libxt_SET.man} |    0 
 extensions/libxt_set.c                       |  250 +++++++++++++
 extensions/libxt_set.h                       |  147 ++++++++
 extensions/{libipt_set.man => libxt_set.man} |    0 
 include/linux/netfilter/xt_set.h             |  110 ++++++
 include/linux/netfilter_ipv4/ip_set.h        |  498 --------------------------
 include/linux/netfilter_ipv4/ipt_set.h       |   21 --
 11 files changed, 793 insertions(+), 962 deletions(-)
 delete mode 100644 extensions/libipt_SET.c
 delete mode 100644 extensions/libipt_set.c
 delete mode 100644 extensions/libipt_set.h
 create mode 100644 extensions/libxt_SET.c
 rename extensions/{libipt_SET.man => libxt_SET.man} (100%)
 create mode 100644 extensions/libxt_set.c
 create mode 100644 extensions/libxt_set.h
 rename extensions/{libipt_set.man => libxt_set.man} (100%)
 create mode 100644 include/linux/netfilter/xt_set.h
 delete mode 100644 include/linux/netfilter_ipv4/ip_set.h
 delete mode 100644 include/linux/netfilter_ipv4/ipt_set.h


hooks/post-receive
-- 
iptables



More information about the netfilter-cvslog mailing list