From joel@automatvapen.se  Sun Jan  2 13:46:18 2005
Return-Path: <joel@automatvapen.se>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9A0C316A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Jan 2005 13:46:18 +0000 (GMT)
Received: from av12-1-sn2.hy.skanova.net (av12-1-sn2.hy.skanova.net [81.228.8.185])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A561543D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Jan 2005 13:46:17 +0000 (GMT)
	(envelope-from joel@automatvapen.se)
Received: by av12-1-sn2.hy.skanova.net (Postfix, from userid 502)
	id 4D55238090; Sun,  2 Jan 2005 14:46:16 +0100 (CET)
Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93])
	by av12-1-sn2.hy.skanova.net (Postfix) with ESMTP id 348A63800A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Jan 2005 14:46:16 +0100 (CET)
Received: from dude.automatvapen.se (t10o955p66.telia.com [213.66.33.186])
	by smtp4-2-sn2.hy.skanova.net (Postfix) with SMTP id 2B4CA37E43
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Jan 2005 14:46:14 +0100 (CET)
Received: by dude.automatvapen.se (sSMTP sendmail emulation); Sun,  2 Jan 2005 14:46:19 +0100
Message-Id: <20050102134614.2B4CA37E43@smtp4-2-sn2.hy.skanova.net>
Date: Sun,  2 Jan 2005 14:46:19 +0100
From: "Joel Dahl" <joel@automatvapen.se>
Reply-To: Joel Dahl <joel@automatvapen.se>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Handbook, Section 25.5.4: Update to match 5-STABLE
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         75719
>Category:       docs
>Synopsis:       [patch] Handbook, Section 25.5.4: Update to match 5-STABLE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 02 13:50:08 GMT 2005
>Closed-Date:    Tue Jan 11 11:14:20 GMT 2005
>Last-Modified:  Tue Jan 11 11:14:20 GMT 2005
>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:
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Tue Jan 11 11:13:53 GMT 2005 
State-Changed-Why:  
Committed, thanks. 


Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Tue Jan 11 11:13:53 GMT 2005 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=75719 
>Unformatted:
