All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bridge] When I add br0 (brctl addbr br0), and I show bridge list  (brctl show) it's eth0 which is in the list. It's a bug ?
@ 2005-12-25 11:02 KLEIN Stéphane
  2005-12-25 18:11 ` Stephen Hemminger
  0 siblings, 1 reply; 3+ messages in thread
From: KLEIN Stéphane @ 2005-12-25 11:02 UTC (permalink / raw)
  To: bridge

All is in subject.

Example :

root@harobed:~ # brctl show
bridge name     bridge id               STP enabled     interfaces
root@harobed:~ # ifconfig
lo        Lien encap:Boucle locale
           inet adr:127.0.0.1  Masque:255.0.0.0
           adr inet6: ::1/128 Scope:Hôte
           UP LOOPBACK RUNNING  MTU:16436  Metric:1
           RX packets:16510 errors:0 dropped:0 overruns:0 frame:0
           TX packets:16510 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 lg file transmission:0
           RX bytes:5107285 (4.8 MiB)  TX bytes:5107285 (4.8 MiB)

root@harobed:~ # brctl addbr br0
root@harobed:~ # brctl show
bridge name     bridge id               STP enabled     interfaces
eth1            8000.000000000000       no               can't get port 
info: Function not implemented
root@harobed:~ #

Supplementary informations :
* eth0 is Ethernet card
* eth1 is wireless card enabled (with On/off laptop button)

Thanks for your help.

-- Stephane


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bridge] When I add br0 (brctl addbr br0), and I show bridge list  (brctl show) it's eth0 which is in the list. It's a bug ?
  2005-12-25 11:02 [Bridge] When I add br0 (brctl addbr br0), and I show bridge list (brctl show) it's eth0 which is in the list. It's a bug ? KLEIN Stéphane
@ 2005-12-25 18:11 ` Stephen Hemminger
  2005-12-25 18:31   ` [Bridge] " KLEIN Stéphane
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Hemminger @ 2005-12-25 18:11 UTC (permalink / raw)
  To: KLEIN Stéphane; +Cc: bridge

What is the hardware address of your eth0?
It looks like it is 00:00:00:00:00:00 which implies a hardware
problem?

Look at 'ifconfig eth0' output

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bridge] Re: When I add br0 (brctl addbr br0), and I show bridge   list  (brctl show) it's eth0 which is in the list. It's a bug ?
  2005-12-25 18:11 ` Stephen Hemminger
@ 2005-12-25 18:31   ` KLEIN Stéphane
  0 siblings, 0 replies; 3+ messages in thread
From: KLEIN Stéphane @ 2005-12-25 18:31 UTC (permalink / raw)
  To: bridge

Stephen Hemminger a écrit :
> What is the hardware address of your eth0?
> It looks like it is 00:00:00:00:00:00 which implies a hardware
> problem?
> 
> Look at 'ifconfig eth0' output


harobed@harobed:~$ ifconfig eth0
eth0      Lien encap:Ethernet  HWaddr 00:02:3F:18:82:08
           adr inet6: fe80::202:3fff:fe18:8208/64 Scope:Lien
           UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
           RX packets:56805 errors:3 dropped:0 overruns:0 frame:0
           TX packets:42317 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 lg file transmission:1000
           RX bytes:68476458 (65.3 MiB)  TX bytes:3858839 (3.6 MiB)
           Interruption:10 Adresse de base:0xc000


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-12-25 18:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-25 11:02 [Bridge] When I add br0 (brctl addbr br0), and I show bridge list (brctl show) it's eth0 which is in the list. It's a bug ? KLEIN Stéphane
2005-12-25 18:11 ` Stephen Hemminger
2005-12-25 18:31   ` [Bridge] " KLEIN Stéphane

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.