summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--INSTALL3
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2186cf..bb376bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/INSTALL b/INSTALL
index e4b1d58..f09e97b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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: