Bug 67727

Summary: bridging: net.link.ether.bridge.config=if1,if2 should have quotes around interfaces
Product: Documentation Reporter: Adam Tingle <adamo>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Adam Tingle 2004-06-09 00:00:45 UTC
      The handbook says to use net.link.ether.bridge.config=if1,if2 to configure bridging. This has actually caused my machine to panic.

Fix: 

What it should say is net.link.ether.bridge.config="if1,if2" (with quotes).
How-To-Repeat:       set net.link.ether.bridge.config=if1,if2 in sysctl.conf, reboot
Comment 1 Maxim Konovalov 2004-06-09 04:30:40 UTC
On Tue, 8 Jun 2004, 22:52-0000, Adam Tingle wrote:

> >Synopsis:       bridging: net.link.ether.bridge.config=if1,if2 should have quotes around interfaces
[...]
> >Release:        5.2.1
> >Organization:
> >Environment:
> >Description:
>       The handbook says to use net.link.ether.bridge.config=if1,if2

sysctl net.link.ether.bridge.config=wi0,fxp0 works quite well for me.

>       to configure bridging. This has actually caused my machine to
>       panic.

Perhaps a kernel bug.  Could you please obtain a kernel dump and
trace?

http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html#KERNELDEBUG-OBTAIN

Anyway, it is not a documentation issue.

-- 
Maxim Konovalov
Comment 2 Maxim Konovalov freebsd_committer freebsd_triage 2004-06-24 16:10:53 UTC
State Changed
From-To: open->closed

Feedback timeout.