[ulogd2] ip2bin: add AF_BRIDGE family support.

Eric Leblond netfilter-cvslog-bounces at lists.netfilter.org
Fri Mar 6 22:20:11 CET 2009


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=ulogd2.git;a=commit;h=c34eddedd3306749d6c03dd65aa55dff0ff512f3
commit c34eddedd3306749d6c03dd65aa55dff0ff512f3
Author:     Eric Leblond <eric at inl.fr>
AuthorDate: Tue Mar 3 21:22:33 2009 +0100
Commit:     Eric Leblond <eric at inl.fr>
CommitDate: Fri Mar 6 20:31:23 2009 +0100

    ip2bin: add AF_BRIDGE family support.
    
    This patch adds support for AF_BRIDGE family. It synchronizes code of
    IP2BIN module with the one of IP2STR.

commit 7fa52beb5545130431a8763acdd00d44bf993854
Author:     Eric Leblond <eric at inl.fr>
AuthorDate: Mon Mar 2 23:28:31 2009 +0100
Commit:     Eric Leblond <eric at inl.fr>
CommitDate: Fri Mar 6 20:31:23 2009 +0100

    hwhdr: suppress explicit allocation
    
    This patch suppresses all allocation and use a statically
    created array instead.

commit c415bffbce4cbb654ec685107b2bbae4643e2776
Author:     Eric Leblond <eric at inl.fr>
AuthorDate: Mon Mar 2 23:00:58 2009 +0100
Commit:     Eric Leblond <eric at inl.fr>
CommitDate: Fri Mar 6 20:31:23 2009 +0100

    ip2bin: suppress explicit allocation of some output key values
    
    This patch suppresses explicit allocation and free for each packet and use
    a statically created array instead.

commit be2781e22d47d195a6d06019c40318a2bddf094b
Author:     Eric Leblond <eric at inl.fr>
AuthorDate: Mon Mar 2 22:54:15 2009 +0100
Commit:     Eric Leblond <eric at inl.fr>
CommitDate: Fri Mar 6 20:31:23 2009 +0100

    ip2str: suppress explicit allocation of some output key values
    
    This patch suppresses explicit allocation and free for each packet
    and use a statically created array instead.

commit 411da4d946a68d59005fece7fcdb0c48a228166b
Author:     Eric Leblond <eric at inl.fr>
AuthorDate: Mon Mar 2 22:40:09 2009 +0100
Commit:     Eric Leblond <eric at inl.fr>
CommitDate: Fri Mar 6 20:31:23 2009 +0100

    ifindex: avoid memory allocation
    
    This patch modifies the interp function to avoid to do an explicit
    allocation of memory.

commit baa74c54acc5a244ccc27b8919568618019fcfaa
Author:     Eric Leblond <eric at inl.fr>
AuthorDate: Mon Feb 9 21:56:00 2009 +0100
Commit:     Eric Leblond <eric at inl.fr>
CommitDate: Fri Mar 6 20:31:22 2009 +0100

    nflog: adjust unit which was inaccurate.
    
    Timeout unit is 10ms and not 1ms. This patch fixes an invalid comment
    in the configuration file.
       via  c34eddedd3306749d6c03dd65aa55dff0ff512f3 (commit)
       via  7fa52beb5545130431a8763acdd00d44bf993854 (commit)
       via  c415bffbce4cbb654ec685107b2bbae4643e2776 (commit)
       via  be2781e22d47d195a6d06019c40318a2bddf094b (commit)
       via  411da4d946a68d59005fece7fcdb0c48a228166b (commit)
       via  baa74c54acc5a244ccc27b8919568618019fcfaa (commit)
      from  a365c8d360be059382c7f35039defa36ebd54a13 (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 c34eddedd3306749d6c03dd65aa55dff0ff512f3
Author: Eric Leblond <eric at inl.fr>
Date:   Tue Mar 3 21:22:33 2009 +0100

    ip2bin: add AF_BRIDGE family support.
    
    This patch adds support for AF_BRIDGE family. It synchronizes code of
    IP2BIN module with the one of IP2STR.

commit 7fa52beb5545130431a8763acdd00d44bf993854
Author: Eric Leblond <eric at inl.fr>
Date:   Mon Mar 2 23:28:31 2009 +0100

    hwhdr: suppress explicit allocation
    
    This patch suppresses all allocation and use a statically
    created array instead.

commit c415bffbce4cbb654ec685107b2bbae4643e2776
Author: Eric Leblond <eric at inl.fr>
Date:   Mon Mar 2 23:00:58 2009 +0100

    ip2bin: suppress explicit allocation of some output key values
    
    This patch suppresses explicit allocation and free for each packet and use
    a statically created array instead.

commit be2781e22d47d195a6d06019c40318a2bddf094b
Author: Eric Leblond <eric at inl.fr>
Date:   Mon Mar 2 22:54:15 2009 +0100

    ip2str: suppress explicit allocation of some output key values
    
    This patch suppresses explicit allocation and free for each packet
    and use a statically created array instead.

commit 411da4d946a68d59005fece7fcdb0c48a228166b
Author: Eric Leblond <eric at inl.fr>
Date:   Mon Mar 2 22:40:09 2009 +0100

    ifindex: avoid memory allocation
    
    This patch modifies the interp function to avoid to do an explicit
    allocation of memory.

commit baa74c54acc5a244ccc27b8919568618019fcfaa
Author: Eric Leblond <eric at inl.fr>
Date:   Mon Feb 9 21:56:00 2009 +0100

    nflog: adjust unit which was inaccurate.
    
    Timeout unit is 10ms and not 1ms. This patch fixes an invalid comment
    in the configuration file.

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

 filter/ulogd_filter_HWHDR.c   |   24 +++++++++---------
 filter/ulogd_filter_IFINDEX.c |   33 ++++++++++--------------
 filter/ulogd_filter_IP2BIN.c  |   56 ++++++++++++++++++++++++++++++-----------
 filter/ulogd_filter_IP2STR.c  |   33 +++++++++++------------
 ulogd.conf.in                 |    4 +-
 5 files changed, 85 insertions(+), 65 deletions(-)
Timeout unit is 10ms and not 1ms. This patch fixes an invalid comment
in the configuration file.

diff --git a/ulogd.conf.in b/ulogd.conf.in
index 27c7add..2be1c58 100644
--- a/ulogd.conf.in
+++ b/ulogd.conf.in
@@ -106,8 +106,8 @@ group=0
 #netlink_socket_buffer_maxsize=1085440
 # set number of packet to queue inside kernel
 #netlink_qthreshold=1
-# set the delay before flushing packet in the queue inside kernel (in ms)
-#netlink_qtimeout=1000
+# set the delay before flushing packet in the queue inside kernel (in 10ms)
+#netlink_qtimeout=100
 
 # packet logging through NFLOG for group 1
 [log2]



More information about the netfilter-cvslog mailing list