Bug 61979

Summary: Typos in handbook with respect to setting up bridging for wireless conectivty
Product: Documentation Reporter: Alex Wilkinson <alex.wilkinson>
Component: Books & ArticlesAssignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
advanced-networking.patch none

Description Alex Wilkinson 2004-01-27 05:50:11 UTC
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.

Fix: 

Update the handbook with correct syntax.
How-To-Repeat: Read the incorrect information in the handbook.
Comment 1 Marc Silver 2004-01-27 12:51:10 UTC
Hi there,

Patch attached for this PR.

Cheers,
Marc
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2004-01-30 15:49:58 UTC
Responsible Changed
From-To: freebsd-doc->ale

I'll take it.
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2004-02-01 00:47:47 UTC
State Changed
From-To: open->closed

Committed, thanks!