summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/INSTALL
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2004-11-29 21:25:36 +0000
committerBart De Schuymer <bdschuym@pandora.be>2004-11-29 21:25:36 +0000
commit36dafd340fb8c9c948d9fb8d5a5e95c74ad23389 (patch)
tree992f9ed871ff095b88ba5a43946c05aff9ce8031 /userspace/ebtables2/INSTALL
parent9fe85a4daefc898734f2a963432185dee6dd5fc0 (diff)
add comment about examples
Diffstat (limited to 'userspace/ebtables2/INSTALL')
-rw-r--r--userspace/ebtables2/INSTALL16
1 files changed, 14 insertions, 2 deletions
diff --git a/userspace/ebtables2/INSTALL b/userspace/ebtables2/INSTALL
index 9df07f7..6321f10 100644
--- a/userspace/ebtables2/INSTALL
+++ b/userspace/ebtables2/INSTALL
@@ -20,7 +20,19 @@ WHAT GETS INSTALLED?
- the userspace program ebtables is compiled and the executable is copied
by default to /sbin/ebtables. If you want to put the executable
somewhere else, include BINPATH=<<path>>.
-- you can prefix these paths with a base directory using the option
- DESTDIR=<<prefix>>.
That's all
+
+ADDITIONAL PROGRAM(S):
+----------------------
+examples/ulog/test_ulog.c
+
+Contains an example to receive and parse netlink messages containing
+packets seen by the ebtables ulog watcher.
+
+Compile with:
+%make test_ulog.c KERNEL_INCLUDES=/usr/src/linux/include
+
+Usage:
+%examples/ulog/test_ulog NETLINK_GROUP
+%ebtables -A chain --ulog-nlgroup NETLINK_GROUP