Re: [ovs-dev] [PATCH] bridge: New appctl command netdev-dummy/set-admin-state.

2012-08-10 Thread Ben Pfaff
On Fri, Aug 10, 2012 at 01:53:04PM -0700, Ethan Jackson wrote: > There's currently no way to set the admin state on dummy netdevs. > This patch provides a mechanism to do so which will be used in > future unit tests. > > Signed-off-by: Ethan Jackson > --- > > Oops, I forgot to change the title o

Re: [ovs-dev] [PATCH] bridge: New appctl command netdev-dummy/set-admin-state.

2012-08-10 Thread Ethan Jackson
Eh, changed this from bridge: to netdev-dummy: in the subject. Ethan On Fri, Aug 10, 2012 at 1:53 PM, Ethan Jackson wrote: > There's currently no way to set the admin state on dummy netdevs. > This patch provides a mechanism to do so which will be used in > future unit tests. > > Signed-off-by:

[ovs-dev] [PATCH] bridge: New appctl command netdev-dummy/set-admin-state.

2012-08-10 Thread Ethan Jackson
There's currently no way to set the admin state on dummy netdevs. This patch provides a mechanism to do so which will be used in future unit tests. Signed-off-by: Ethan Jackson --- Oops, I forgot to change the title of the patch. --- lib/netdev-dummy.c | 75