[conntrack-tools] netlink: report when kernel-space event filtering is in use

Pablo Neira netfilter-cvslog-bounces at lists.netfilter.org
Tue Oct 21 18:27:01 CEST 2008


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=conntrack-tools.git;a=commit;h=5fa52f81764d078d0a719a8902ad00a0d3acd511
commit 5fa52f81764d078d0a719a8902ad00a0d3acd511
Author:     Pablo Neira Ayuso <pablo at netfilter.org>
AuthorDate: Tue Oct 21 18:25:12 2008 +0200
Commit:     Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Tue Oct 21 18:25:12 2008 +0200

    netlink: report when kernel-space event filtering is in use
    
    This patch adds a log message to tell that conntrackd are using
    kernel-space filtering.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
       via  5fa52f81764d078d0a719a8902ad00a0d3acd511 (commit)
      from  5936f6852a919a84b89dcdcced182ecc07a21be5 (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 5fa52f81764d078d0a719a8902ad00a0d3acd511
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Tue Oct 21 18:25:12 2008 +0200

    netlink: report when kernel-space event filtering is in use
    
    This patch adds a log message to tell that conntrackd are using
    kernel-space filtering.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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

 src/netlink.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
This patch adds a log message to tell that conntrackd are using
kernel-space filtering.

Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

diff --git a/src/netlink.c b/src/netlink.c
index ad26201..c0a0805 100644
--- a/src/netlink.c
+++ b/src/netlink.c
@@ -118,6 +118,7 @@ int nl_init_event_handler(void)
 				dlog(LOG_ERR, "cannot set event filtering: %s",
 				     strerror(errno));
 			}
+			dlog(LOG_NOTICE, "using kernel-space event filtering");
 		} 
 		nfct_filter_destroy(STATE(filter));
 	}



More information about the netfilter-cvslog mailing list