blob: 10dab40bd790a19a9dd6b25c736572286ba44014 [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/
Bart De Schuymer32890542002-07-10 20:09:56 +000025- the userspace program ebtables is compiled and the executable is copied
Bart De Schuymerf57f50f2002-08-29 16:52:36 +000026 to /sbin/ebtables.
Bart De Schuymer1abc55d2002-06-01 19:23:47 +000027
28That's all