[nftables libnl] libnl: nft_ct_expr: add l3proto support

Patrick McHardy netfilter-cvslog-bounces at lists.netfilter.org
Wed Apr 1 07:42:02 CEST 2009


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=libnl-nft.git;a=commit;h=81e66d96860f7c6d280754b29954d9b4dca8d2a6
commit 81e66d96860f7c6d280754b29954d9b4dca8d2a6
Author:     Patrick McHardy <kaber at trash.net>
AuthorDate: Wed Apr 1 07:38:36 2009 +0200
Commit:     Patrick McHardy <kaber at trash.net>
CommitDate: Wed Apr 1 07:38:36 2009 +0200

    libnl: nft_ct_expr: add l3proto support
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>

commit b1886b885977e74c24d7ba669ec311d9ea28b296
Author:     Patrick McHardy <kaber at trash.net>
AuthorDate: Tue Mar 31 17:56:40 2009 +0200
Commit:     Patrick McHardy <kaber at trash.net>
CommitDate: Tue Mar 31 17:56:40 2009 +0200

    libnl: nf_tables: use nl_object_priv()
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>

commit c70a34bfbd212fd24e8e9aecfabf4367f240f94b
Author:     Patrick McHardy <kaber at trash.net>
AuthorDate: Tue Mar 31 17:56:26 2009 +0200
Commit:     Patrick McHardy <kaber at trash.net>
CommitDate: Tue Mar 31 17:56:26 2009 +0200

    libnl: reorder nft_data_dump() arguments
    
    Make struct nl_dump_param * the first argument for consistency with other
    dumping functions.
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>

commit 4f5504a25511e3437bb7adfdd26745b5ccc55760
Author:     Patrick McHardy <kaber at trash.net>
AuthorDate: Sun Mar 29 19:38:51 2009 +0200
Commit:     Patrick McHardy <kaber at trash.net>
CommitDate: Sun Mar 29 19:38:51 2009 +0200

    libnl: update .gitignore
    
    Ignore libnl-2.0.pc
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>
       via  81e66d96860f7c6d280754b29954d9b4dca8d2a6 (commit)
       via  b1886b885977e74c24d7ba669ec311d9ea28b296 (commit)
       via  c70a34bfbd212fd24e8e9aecfabf4367f240f94b (commit)
       via  4f5504a25511e3437bb7adfdd26745b5ccc55760 (commit)
      from  fbe4f656c758b711b5f24d62d33fb563000bac7e (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 81e66d96860f7c6d280754b29954d9b4dca8d2a6
Author: Patrick McHardy <kaber at trash.net>
Date:   Wed Apr 1 07:38:36 2009 +0200

    libnl: nft_ct_expr: add l3proto support
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>

commit b1886b885977e74c24d7ba669ec311d9ea28b296
Author: Patrick McHardy <kaber at trash.net>
Date:   Tue Mar 31 17:56:40 2009 +0200

    libnl: nf_tables: use nl_object_priv()
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>

commit c70a34bfbd212fd24e8e9aecfabf4367f240f94b
Author: Patrick McHardy <kaber at trash.net>
Date:   Tue Mar 31 17:56:26 2009 +0200

    libnl: reorder nft_data_dump() arguments
    
    Make struct nl_dump_param * the first argument for consistency with other
    dumping functions.
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>

commit 4f5504a25511e3437bb7adfdd26745b5ccc55760
Author: Patrick McHardy <kaber at trash.net>
Date:   Sun Mar 29 19:38:51 2009 +0200

    libnl: update .gitignore
    
    Ignore libnl-2.0.pc
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>

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

 .gitignore                           |    2 +-
 include/linux/netfilter/nf_tables.h  |    3 ++-
 include/netlink/netfilter/nft_data.h |    4 ++--
 lib/netfilter/nft_bitwise_expr.c     |    4 ++--
 lib/netfilter/nft_chain_obj.c        |   16 ++++++++--------
 lib/netfilter/nft_cmp_expr.c         |    2 +-
 lib/netfilter/nft_ct_expr.c          |    3 ++-
 lib/netfilter/nft_data.c             |    2 +-
 lib/netfilter/nft_expr_obj.c         |   12 ++++++------
 lib/netfilter/nft_hash_expr.c        |    4 ++--
 lib/netfilter/nft_immediate_expr.c   |    2 +-
 lib/netfilter/nft_rule_obj.c         |   20 ++++++++++----------
 lib/netfilter/nft_set_expr.c         |    4 ++--
 lib/netfilter/nft_table_obj.c        |   16 ++++++++--------
 14 files changed, 48 insertions(+), 46 deletions(-)
Ignore libnl-2.0.pc

Signed-off-by: Patrick McHardy <kaber at trash.net>

diff --git a/.gitignore b/.gitignore
index 7bd1c0d..39c0738 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,7 @@ Makefile.opts
 config.log
 config.status
 autom4te.cache
-libnl-1.pc
+libnl-*.pc
 configure
 doc/Doxyfile
 lib/defs.h



More information about the netfilter-cvslog mailing list