diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2004-11-29 21:25:36 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2004-11-29 21:25:36 +0000 |
commit | 30c04a252163c31691eb1048c9f0c6a117542fbf (patch) | |
tree | c18bf78327175f09674a31de4c897afa773ca5d4 | |
parent | 61b4d7214753227ba1dd6a1ff44815ddf4835485 (diff) | |
download | ebtables-30c04a252163c31691eb1048c9f0c6a117542fbf.tar.gz ebtables-30c04a252163c31691eb1048c9f0c6a117542fbf.tar.bz2 ebtables-30c04a252163c31691eb1048c9f0c6a117542fbf.zip |
add comment about examples
-rw-r--r-- | INSTALL | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -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 |