Skip site navigation (1)Skip section navigation (2)
Date:      20 Aug 2002 20:41:10 -0000
From:      steve@zpfe.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/41826: documentation update to bridging section in handbook
Message-ID:  <20020820204110.51182.qmail@magpie.zpfe.com>

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

>Number:         41826
>Category:       docs
>Synopsis:       documentation update to bridging section in handbook
>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:   Tue Aug 20 13:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Steve Peterson
>Release:        FreeBSD 4.6.2-RELEASE i386
>Organization:
self
>Environment:
System: FreeBSD magpie.zpfe.com 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #4: Sat Aug 17 14:22:34 CDT 2002 root@magpie.zpfe.com:/usr/obj/usr/src/sys/MAGPIE i386

>Description:
	Updates to bridge module require change to handbook section.
>How-To-Repeat:
>Fix:

This patch is for
/doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml rev 1.1459

--- chapter.sgml.diff begins here ---
*** chapter.sgml	Sat Aug 17 11:31:56 2002
--- /root/chapter.sgml	Tue Aug 20 15:36:22 2002
***************
*** 615,622 ****
        <programlisting>net.link.ether.bridge=1</programlisting>
  
        <para>to <filename>/etc/sysctl.conf</filename> to enable the bridge at
! 	runtime.  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>
  
--- 615,627 ----
        <programlisting>net.link.ether.bridge=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=&lt;--if1--&gt; &lt;--if2&gt;</programlisting>
! 
! 	  <para>to enable bridging on the specified interfaces (replace if1 and 
! 	  if2 with the names of your two 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>
  
--- chapter.sgml.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




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