netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* If bridge have no sub-interfaces, it's status may be still with 'RUNNING'
@ 2015-02-13  9:57 yzhu1
  2015-02-13 10:00 ` yzhu1
  2015-02-13 18:30 ` Stephen Hemminger
  0 siblings, 2 replies; 13+ messages in thread
From: yzhu1 @ 2015-02-13  9:57 UTC (permalink / raw)
  To: netdev, Wu, Kuaikuai, Tao, Yue

Hi, all

I made this test on ubuntu 14.04 with kernel 3,19-rc7:

1. brctl addbr br0

2. ifconfig br0 up

3. ifconfig br0 (br0's status is with 'RUNNING')

4. brctl addif br0 eth0

5. brctl delif br0 eth0

6. ifconfig br0 (br0's status is without 'RUNNING')

When there is no sub-interface, the flag "RUNNING" is missing after the 
last sub-interface is removed.

As such, should we keep "RUNNING" flag after the last sub-interface is 
removed?

Thanks a lot.
Zhu Yanjun

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

end of thread, other threads:[~2015-03-10  6:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-13  9:57 If bridge have no sub-interfaces, it's status may be still with 'RUNNING' yzhu1
2015-02-13 10:00 ` yzhu1
2015-02-13 18:30 ` Stephen Hemminger
2015-02-15  7:49   ` Wu, Kuaikuai
2015-02-16  4:55   ` yzhu1
2015-02-16 15:47     ` David Ahern
2015-02-16 16:51       ` Stephen Hemminger
2015-02-17 16:14         ` Zhu, Yanjun
2015-02-25  2:55           ` yzhu1
2015-02-25  4:23             ` David Ahern
2015-02-25  5:29               ` yzhu1
2015-02-16 16:52     ` Stephen Hemminger
2015-03-10  6:07     ` yzhu1

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).