docs/75719: [patch] Handbook, Section 25.5.4: Update to match 5-STABLE
Joel Dahl
joel at automatvapen.se
Sun Jan 2 13:50:09 UTC 2005
>Number: 75719
>Category: docs
>Synopsis: [patch] Handbook, Section 25.5.4: Update to match 5-STABLE
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Jan 02 13:50:08 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Joel Dahl
>Release: FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD dude.automatvapen.se 5.3-STABLE FreeBSD 5.3-STABLE #0: Sat Jan 1 14:36:28 CET 2005 joel at dude.automatvapen.se:/usr/obj/usr/src/sys/WRK i386
>Description:
Update section 25.5.4 to match 5-STABLE.
>How-To-Repeat:
>Fix:
--- adv_newstable.diff begins here ---
Index: chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v
retrieving revision 1.356
diff -u -r1.356 chapter.sgml
--- chapter.sgml 29 Dec 2004 20:27:00 -0000 1.356
+++ chapter.sgml 2 Jan 2005 13:26:38 -0000
@@ -1895,12 +1895,12 @@
<para>Add the line:</para>
- <programlisting>net.link.ether.bridge=1</programlisting>
+ <programlisting>net.link.ether.bridge.enable=1</programlisting>
<para>to <filename>/etc/sysctl.conf</filename> to enable the bridge at
runtime, and the line:</para>
- <programlisting>net.link.ether.bridge_cfg=<replaceable>if1</replaceable>,<replaceable>if2</replaceable></programlisting>
+ <programlisting>net.link.ether.bridge.config=<replaceable>if1</replaceable>,<replaceable>if2</replaceable></programlisting>
<para>to enable bridging on the specified interfaces (replace
<replaceable>if1</replaceable> and
@@ -1908,16 +1908,16 @@
network interfaces). If you want the bridged packets to be
filtered by &man.ipfw.8;, you should add:</para>
- <programlisting>net.link.ether.bridge_ipfw=1</programlisting>
+ <programlisting>net.link.ether.bridge.ipfw=1</programlisting>
<para>as well.</para>
- <para>For &os; 5.2-RELEASE and later, use instead the following
+ <para>For versions prior to &os; 5.2-RELEASE, use instead the following
lines:</para>
- <programlisting>net.link.ether.bridge.enable=1
-net.link.ether.bridge.config=<replaceable>if1</replaceable>,<replaceable>if2</replaceable>
-net.link.ether.bridge.ipfw=1</programlisting>
+ <programlisting>net.link.ether.bridge=1
+net.link.ether.bridge_cfg=<replaceable>if1</replaceable>,<replaceable>if2</replaceable>
+net.link.ether.bridge_ipfw=1</programlisting>
</sect2>
--- adv_newstable.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list