Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  2 Jan 2005 14:46:19 +0100
From:      "Joel Dahl" <joel@automatvapen.se>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/75719: [patch] Handbook, Section 25.5.4: Update to match 5-STABLE
Message-ID:  <20050102134614.2B4CA37E43@smtp4-2-sn2.hy.skanova.net>
Resent-Message-ID: <200501021350.j02Do8p4028590@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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;&nbsp;5.2-RELEASE and later, use instead the following
+      <para>For versions prior to &os;&nbsp;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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050102134614.2B4CA37E43>