summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/INSTALL
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2005-01-19 21:09:05 +0000
committerBart De Schuymer <bdschuym@pandora.be>2005-01-19 21:09:05 +0000
commit98984a8c623b592ddfb3b30ac92615422849eab3 (patch)
tree04f8b52a474e2ea45a4e3527369233ce783883a2 /userspace/ebtables2/INSTALL
parent0c7965d9957b91c1027255de29e81f408f8ca8a7 (diff)
add ebtablesu scheme, along with general cleanup
Diffstat (limited to 'userspace/ebtables2/INSTALL')
-rw-r--r--userspace/ebtables2/INSTALL10
1 files changed, 7 insertions, 3 deletions
diff --git a/userspace/ebtables2/INSTALL b/userspace/ebtables2/INSTALL
index 2d1e42f..371cbe4 100644
--- a/userspace/ebtables2/INSTALL
+++ b/userspace/ebtables2/INSTALL
@@ -17,9 +17,13 @@ WHAT GETS INSTALLED?
The Makefile will append /man8/ebtables.8.
- ethertypes is by default placed in /etc/, if you
want to change this, include ETHERTYPESPATH=<<path>>.
-- the userspace program ebtables is compiled and the executable is copied
- by default to /usr/sbin/ebtables. If you want to put the executable
- somewhere else, include BINPATH=<<path>>.
+- The pipe used for communication by ebtablesd and ebtablesu is by
+ default the file /etc/ebtables-v$(PROGVERSION)/ebtablesd_pipe. To
+ 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
+ to put the executables somewhere else, include BINPATH=<<path>>.
That's all