From cd1e2e686e27c3c789d78b9aad5ab0b5a3ccada1 Mon Sep 17 00:00:00 2001 From: fnm3 Date: Tue, 18 Feb 2003 16:44:07 +0000 Subject: Few color and design changes --- docs/ebtables-faq.html | 12 ++++++------ docs/ebtables.css | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'docs') diff --git a/docs/ebtables-faq.html b/docs/ebtables-faq.html index 8fafbc2..ee1ae06 100644 --- a/docs/ebtables-faq.html +++ b/docs/ebtables-faq.html @@ -165,7 +165,7 @@ to do with the frame. So, if a BROUTING chain rule decided the frame should be routed, then the ebtables PREROUTING chain won't see it. See the - br_fw_ia page for the details. + "ebtables/iptables interaction on a Linux-based bridge" page for the details.
I'm using a 2.5.x or higher kernel and my iptables rules won't match on the bridge port devices, what's wrong?
@@ -177,7 +177,7 @@ corresponding userspace module is available in the iptables userspace tool. See the iptables man pages and
-#iptables -m physdev -h
+# iptables -m physdev -h
 
The kernel module has to be compiled in the kernel, the option ``physdev match support'' will appear under the ``IP netfilter configuration'' when the bridge is already enabled in the @@ -189,14 +189,14 @@ The most recent code is available at the sourceforge ebtables CVS repository. To get a copy of the repository, do the following:
-#cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ebtables login
-#cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ebtables co ebtables2
+# cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ebtables login
+# cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ebtables co ebtables2
 
The current userspace code is in the ebtables2/userspace/ebtables2 directory. To compile the CVS userspace tool you'll need to do the following:
-#make NONSTANDARD=y KERNEL_INCLUDES=/usr/src/linux/include/
-#make install
+# make NONSTANDARD=y KERNEL_INCLUDES=/usr/src/linux/include/
+# make install
 
Obviously you'll need to use the right kernel directory. Why is compiling the CVS different? Because the kernel include files are not maintained in the userspace directory of the CVS. diff --git a/docs/ebtables.css b/docs/ebtables.css index 8e0bf82..65a8efd 100644 --- a/docs/ebtables.css +++ b/docs/ebtables.css @@ -9,17 +9,17 @@ PRE { FONT: 14pt Courier, monospace; color: black; } -:link { color: #ccff66 } -:visited { color: #9933ff } +:link { color: #993399 } +:visited { color: #6633cc } :active { color: #0000FF; } -:hover { color: #003366; } +:hover { color: #3300ff; } A { text-decoration: none; } .navbar { FONT: 12pt Courier, monospace; font-weight: bolder; -background-color: #ffcc99 } + } .statement { TEXT-DECORATION: underline } .section { FONT: bold 22pt Times } @@ -44,7 +44,7 @@ background-color: #ffcc99 } DIV { border: solid; border-width: thin; - background-color: #ffff99; + background-color: #ffcc99 } BODY { @@ -61,7 +61,7 @@ DT { margin-bottom: 5pt; } DD { - color: #003399; + color: black; font-size: 12pt; font-style: normal; font-family: Helvetica; -- cgit v1.2.3