From nobody@FreeBSD.org  Mon Jan 26 21:48:11 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CB0D216A5ED
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 26 Jan 2004 21:48:10 -0800 (PST)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9B53944057
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 26 Jan 2004 19:49:00 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i0R3J1dL051204
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 26 Jan 2004 19:19:01 -0800 (PST)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.10/8.12.10/Submit) id i0R2CTgb080237;
	Mon, 26 Jan 2004 18:12:29 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200401270212.i0R2CTgb080237@www.freebsd.org>
Date: Mon, 26 Jan 2004 18:12:29 -0800 (PST)
From: Alex Wilkinson <alex.wilkinson@dsto.defence.gov.au>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Typos in handbook with respect to setting up bridging for wireless conectivty
X-Send-Pr-Version: www-2.0

>Number:         61979
>Category:       docs
>Synopsis:       Typos in handbook with respect to setting up bridging for wireless conectivty
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 26 21:50:11 PST 2004
>Closed-Date:    Sat Jan 31 16:48:04 PST 2004
>Last-Modified:  Sat Jan 31 16:48:04 PST 2004
>Originator:     Alex Wilkinson
>Release:        5.2
>Organization:
Defence Science Technoloogy Organisation
>Environment:
n/a
>Description:
In the wireless section of the handbook there are typos in respect to setting up the bridging. Please see: 

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/wireless.html

sysctl net.link.ether.bridge_cfg= should be
sysctl net.link.ether.bridge.config= *not* _config.

Also please specify the correct syntax for /etc/sysctl.conf. e.g. net.link.ether.bridge.config="wi0 xl0" does *not* work. The correct syntax is: net.link.ether.bridge.config=wi0,xl0. bridge(4) does state this, but the handbook doesn't.
>How-To-Repeat:
Read the incorrect information in the handbook.
>Fix:
Update the handbook with correct syntax.
>Release-Note:
>Audit-Trail:

From: Marc Silver <marcs@draenor.org>
To: freebsd-gnats-submit@FreeBSD.org,
	alex.wilkinson@dsto.defence.gov.au
Cc:  
Subject: Re: docs/61979: Typos in handbook with respect to setting up bridging for wireless conectivty
Date: Tue, 27 Jan 2004 12:51:10 +0000

 --YToU2i3Vx8H2dn7O
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hi there,
 
 Patch attached for this PR.
 
 Cheers,
 Marc
 
 --YToU2i3Vx8H2dn7O
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="advanced-networking.patch"
 
 --- chapter.sgml-orig	Tue Jan 27 14:34:51 2004
 +++ chapter.sgml	Tue Jan 27 14:46:06 2004
 @@ -681,7 +681,7 @@
            We do that by using &man.sysctl.8;:</para>
  
           <screen>&prompt.root; <userinput>sysctl net.link.ether.bridge=1</userinput>
 -&prompt.root; <userinput>sysctl net.link.ether.bridge_cfg="wi0 xl0"</userinput>
 +&prompt.root; <userinput>sysctl net.link.ether.bridge.config="wi0,xl0"</userinput>
  &prompt.root; <userinput>sysctl net.inet.ip.forwarding=1</userinput></screen>
  
  	<para>On &os;&nbsp;5.2-RELEASE and later, you have to use
 
 --YToU2i3Vx8H2dn7O--
Responsible-Changed-From-To: freebsd-doc->ale 
Responsible-Changed-By: ale 
Responsible-Changed-When: Fri Jan 30 07:49:58 PST 2004 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61979 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Sat Jan 31 16:47:47 PST 2004 
State-Changed-Why:  
Committed, thanks! 

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