diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | INSTALL | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,7 @@ o deprecate conntrackd -F, use conntrack -F instead o major rework of the network infrastructure: much simple, less messy o simplify cache_flush function: use cache_del() o remove current script_fault.sh when we reach fault state +o conntrackd requires the connection tracking event API: insist more in INSTALL = conntrack = o better protocol argument checkings @@ -23,6 +23,9 @@ Copyright (C) 2005-2007 Pablo Neira Ayuso <pablo netfilter org> - nfnetlink - ctnetlink (ip_conntrack_netlink) - connection tracking event notification API + (To check that the event API is enabled in the kernel, make sure + you have loaded nf_netlink_conntrack module, run conntrack -E and + generate traffic, you should see network events) o libnfnetlink: the netfilter netlink library available at: |