Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Oct 2005 20:30:12 GMT
From:      Andrew Thompson <thompsa@freebsd.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/87421: KERNEL PANIC: ng_ether +ng_eiface + if_bridge
Message-ID:  <200510212030.j9LKUCmV087141@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/87421; it has been noted by GNATS.

From: Andrew Thompson <thompsa@freebsd.org>
To: Chris Dionissopoulos <dionch@freemail.gr>
Cc: Gleb Smirnoff <glebius@FreeBSD.org>, freebsd-gnats-submit@FreeBSD.org
Subject: Re: misc/87421: KERNEL PANIC: ng_ether +ng_eiface + if_bridge
Date: Sat, 22 Oct 2005 09:26:11 +1300

 On Fri, Oct 21, 2005 at 09:31:23PM +0300, Chris Dionissopoulos wrote:
 > More information.
 > 
 > reproduce script:
 > ~~~~~~~~~~~
 > #!/bin/sh
 > 
 > kldload ng_ether
 > kldload if_bridge
 > 
 > ifconfig bridge0 create
 > ngctl mkpeer . eiface hook ether
 > ngctl mkpeer . eiface hook ether
 > 
 > ifconfig ngeth0 ether 01:02:03:04:05:00
 > ifconfig ngeth0 192.168.1.2/24
 > ifconfig ngeth1 ether 01:02:03:04:05:01
 > ifconfig ngeth1 192.168.3.2/24
 > ifconfig bridge0 addm ngeth0 addm ngeth1 addm xl0
 > ifconfig bridge0 up
 > 
 > ipfw add 1 count ip from any to any in recv ngeth0
 > ipfw add 1 count ip from any to any out xmit ngeth0
 > ipfw add 2 count ip from any to any in recv ngeth1
 > ipfw add 2 count ip from any to any out xmit ngeth1
 > ipfw add 3 count ip from any to any in recv bridge0
 > ipfw add 4 count ip from any to any out xmit bridge0
 > 
 > 
 > my panic:
 ...
 
 
 Thanks for the detailed report :)
 
 I havnt reproduced it yet on my RC1 box so im compiling with your kernel
 configuration to see if it makes a difference. 
 
 
 cheers,
 Andrew



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