blob: dc1749930d39156dbc408993a62c10e4089569d2 [file] [log] [blame]
Bart De Schuymer1abc55d2002-06-01 19:23:47 +00001FOLLOW THESE SIMPLE GUIDELINES:
2-------------------------------
3
4If /usr/src/linux contains the patched kernel for ebtables:
5 %make install
6Otherwise:
7 %make KERNEL_DIR=<<where-the-patched-kernel-is>> install
8
9optional:
10If your /usr/include/linux directory is a symbolic link, use the SYMLINK=y
11option. When unsure, don't use this. If the cp program produces errors
12when executing make install, use this option.
13
14WHAT GETS INSTALLED?
15--------------------
16
17- The needed kernel headers are placed in /usr/include/linux/netfilter_bridge/
18 That's why it needs the KERNEL_DIR. If the SYMLINK=y option is supplied,
19 /usr/include/linux will be a symbolic link.
20- The ebtables manual gets installed in /usr/local/man/man8
21 To put the manual somewhere else, include MANDIR=<<man-path/man>> as
22 option on the command line.
23 The Makefile will append /man8/ebtables.8.
24- ethertypes is placed in /etc/
25- the userspace program ebtables is compiled.
26
27That's all