Re: [Bridge] [PATCH net-next 2/4] bridge: Allow an ability to designate an uplink port

2013-03-15 Thread Dan Williams
On Wed, 2013-03-13 at 22:33 +0200, Michael S. Tsirkin wrote: > On Tue, Mar 12, 2013 at 09:45:24PM -0400, Vlad Yasevich wrote: > > Allow a ports to be designated as uplink. Multiple ports > > may be designated as uplinks and they will be kept in a > > list. > > > > Signed-off-by: Vlad Yasevich >

Re: [Bridge] [PATCH net-next 2/4] bridge: Allow an ability to designate an uplink port

2013-03-13 Thread Vlad Yasevich
On 03/13/2013 04:33 PM, Michael S. Tsirkin wrote: On Tue, Mar 12, 2013 at 09:45:24PM -0400, Vlad Yasevich wrote: Allow a ports to be designated as uplink. Multiple ports may be designated as uplinks and they will be kept in a list. Signed-off-by: Vlad Yasevich It looks like if you make two

Re: [Bridge] [PATCH net-next 2/4] bridge: Allow an ability to designate an uplink port

2013-03-13 Thread Stephen Hemminger
On Wed, 13 Mar 2013 22:33:33 +0200 "Michael S. Tsirkin" wrote: > On Tue, Mar 12, 2013 at 09:45:24PM -0400, Vlad Yasevich wrote: > > Allow a ports to be designated as uplink. Multiple ports > > may be designated as uplinks and they will be kept in a > > list. > > > > Signed-off-by: Vlad Yasevich

Re: [Bridge] [PATCH net-next 2/4] bridge: Allow an ability to designate an uplink port

2013-03-13 Thread Michael S. Tsirkin
On Tue, Mar 12, 2013 at 09:45:24PM -0400, Vlad Yasevich wrote: > Allow a ports to be designated as uplink. Multiple ports > may be designated as uplinks and they will be kept in a > list. > > Signed-off-by: Vlad Yasevich It looks like if you make two links uplink, bridging between them won't wo

[Bridge] [PATCH net-next 2/4] bridge: Allow an ability to designate an uplink port

2013-03-12 Thread Vlad Yasevich
Allow a ports to be designated as uplink. Multiple ports may be designated as uplinks and they will be kept in a list. Signed-off-by: Vlad Yasevich --- include/uapi/linux/if_link.h |1 + net/bridge/br_netlink.c |2 ++ net/bridge/br_private.h |1 + net/bridge/br_sysfs_if.c