Re: [ovs-dev] [PATCH v5] datapath-windows: netdev-windows fixes for vswitchd bringup.

2014-10-17 Thread Ben Pfaff
On Fri, Oct 17, 2014 at 11:12:32AM -0700, Ankur Sharma wrote: > Added the handlers for update_flags and set_etheraddr. > These handlers were needed for vswitchd bringup on windows > platform. > > Signed-off-by: Ankur Sharma > Acked-by: Nithin Raju Applied, thanks. __

[ovs-dev] [PATCH v5] datapath-windows: netdev-windows fixes for vswitchd bringup.

2014-10-17 Thread Ankur Sharma
Added the handlers for update_flags and set_etheraddr. These handlers were needed for vswitchd bringup on windows platform. Signed-off-by: Ankur Sharma Acked-by: Nithin Raju --- lib/netdev-windows.c | 30 +- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git