NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/57645: bridge does not work on raspberry pi



The following reply was made to PR kern/57645; it has been noted by GNATS.

From: sc.dying%gmail.com@localhost
To: gnats-bugs%netbsd.org@localhost, kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost
Cc: 
Subject: Re: kern/57645: bridge does not work on raspberry pi
Date: Sat, 7 Oct 2023 09:58:33 +0000

 On 2023/10/07 9:35, Martin Husemann wrote:
 > The following reply was made to PR kern/57645; it has been noted by GNATS.
 > 
 > From: Martin Husemann <martin%duskware.de@localhost>
 > To: gnats-bugs%netbsd.org@localhost
 > Cc: 
 > Subject: Re: kern/57645: bridge does not work on raspberry pi
 > Date: Sat, 7 Oct 2023 11:31:41 +0200
 > 
 >  Can you show full ifconfig output for the two ethernet devices and the
 >  bridge?
 
 Just I rebooted, so counters are reset.
 
 # ifconfig -va
 usmsc0: flags=0x8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
         ec_capabilities=0x1<VLAN_MTU>
         ec_enabled=0
         address: b8:27:eb:xx:xx:xx
         media: Ethernet autoselect (100baseTX full-duplex)
         status: active
         input: 0 packets, 0 bytes
         output: 0 packets, 0 bytes
 ure0: flags=0x8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
         capabilities=0x3ff00<IP4CSUM_Rx,IP4CSUM_Tx,TCP4CSUM_Rx,TCP4CSUM_Tx>
         capabilities=0x3ff00<UDP4CSUM_Rx,UDP4CSUM_Tx,TCP6CSUM_Rx,TCP6CSUM_Tx>
         capabilities=0x3ff00<UDP6CSUM_Rx,UDP6CSUM_Tx>
         enabled=0
         ec_capabilities=0x1<VLAN_MTU>
         ec_enabled=0x1<VLAN_MTU>
         address: 00:e0:4c:xx:xx:xx
         media: Ethernet autoselect (100baseTX full-duplex)
         status: active
         input: 0 packets, 1440 bytes, 24 multicasts, 24 unknown protocol
         output: 24 packets, 1440 bytes
 ure1: flags=0x8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
         capabilities=0x3ff00<IP4CSUM_Rx,IP4CSUM_Tx,TCP4CSUM_Rx,TCP4CSUM_Tx>
         capabilities=0x3ff00<UDP4CSUM_Rx,UDP4CSUM_Tx,TCP6CSUM_Rx,TCP6CSUM_Tx>
         capabilities=0x3ff00<UDP6CSUM_Rx,UDP6CSUM_Tx>
         enabled=0
         ec_capabilities=0x1<VLAN_MTU>
         ec_enabled=0x1<VLAN_MTU>
         address: 00:e0:4c:xx:xx:xx
         media: Ethernet autoselect (100baseTX full-duplex)
         status: active
         input: 24 packets, 1440 bytes, 24 multicasts, 24 unknown protocol
         output: 0 packets, 0 bytes
 lo0: flags=0x8048<LOOPBACK,RUNNING,MULTICAST> mtu 33176
         status: active
         input: 0 packets, 0 bytes
         output: 0 packets, 0 bytes
 bridge0: flags=0x41<UP,RUNNING> mtu 1500
         status: active
         input: 24 packets, 1440 bytes, 24 multicasts
         output: 24 packets, 1440 bytes
 #
 
 >  
 >  Martin
 >  
 


Home | Main Index | Thread Index | Old Index