summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/INSTALL
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2005-06-29 18:44:30 +0000
committerBart De Schuymer <bdschuym@pandora.be>2005-06-29 18:44:30 +0000
commit84c661b0c17b415de92e3ff59d2f1ee0a59c84b6 (patch)
tree8b1ac2b4242c2460360242eb37504bd450d9eccd /userspace/ebtables2/INSTALL
parent444a178cb36e2a28445b671ef0ed7b8cf8d197f0 (diff)
use default /usr/local/sbin
Diffstat (limited to 'userspace/ebtables2/INSTALL')
-rw-r--r--userspace/ebtables2/INSTALL9
1 files changed, 7 insertions, 2 deletions
diff --git a/userspace/ebtables2/INSTALL b/userspace/ebtables2/INSTALL
index 371cbe4..0722c71 100644
--- a/userspace/ebtables2/INSTALL
+++ b/userspace/ebtables2/INSTALL
@@ -22,14 +22,14 @@ WHAT GETS INSTALLED?
change the directory, include PIPE_DIR=<<dir>>. There is no option
to change the name of the pipe.
- the userspace programs ebtables ebtablesu and ebtablesd are compiled and
- the executables are copied by default to /usr/sbin/ebtables. If you want
+ the executables are copied by default to /usr/local/sbin/ebtables. If you want
to put the executables somewhere else, include BINPATH=<<path>>.
That's all
ADDITIONAL PROGRAM(S):
----------------------
-examples/ulog/test_ulog.c
+-- examples/ulog/test_ulog.c --
Contains an example to receive and parse netlink messages containing
packets seen by the ebtables ulog watcher.
@@ -40,3 +40,8 @@ Compile with:
Usage:
%examples/ulog/test_ulog NETLINK_GROUP
%ebtables -A chain --ulog-nlgroup NETLINK_GROUP
+
+-- examples/perf_test/perf_test --
+
+A test script to compare the performance for the different ways to
+construct an ebtables table.