Re: [RFC] vlan handling of up/down

2006-07-11 Thread Stefan Rompf
Am Dienstag, 11. Juli 2006 23:28 schrieb Stephen Hemminger: > Untested, but here is the basic idea of how I think up/down should be > handled. Basically, rather than changing the flags directly the VLAN code > should call dev_open/dev_close. The notifier end's up recursively calling > but this i

Re: [RFC] vlan handling of up/down

2006-07-11 Thread Ben Greear
Stephen Hemminger wrote: Untested, but here is the basic idea of how I think up/down should be handled. Basically, rather than changing the flags directly the VLAN code should call dev_open/dev_close. The notifier end's up recursively calling but this is okay. --- vlan.orig/net/8021q/vlan.c +

[RFC] vlan handling of up/down

2006-07-11 Thread Stephen Hemminger
Untested, but here is the basic idea of how I think up/down should be handled. Basically, rather than changing the flags directly the VLAN code should call dev_open/dev_close. The notifier end's up recursively calling but this is okay. --- vlan.orig/net/8021q/vlan.c +++ vlan/net/8021q/vlan.c @@