netdev-windows: New module.
authorNithin Raju <nithin@vmware.com>
Mon, 6 Oct 2014 20:07:19 +0000 (13:07 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 6 Oct 2014 22:38:22 +0000 (15:38 -0700)
commit078eedf4f70cfb3cacb8372ed3da7e4951aa4d23
tree29a186d1cfaa8939feb6fbc8c3da23d95ee14fe9
parent83cc9d5612955f1c5f4d2c09a58ae84ce9db6ac4
netdev-windows: New module.

In this patch, we add a lib/netdev-windows.c which mostly contains stub
code and in subsequent patches, would use the netlink interface to query
netdev information for a vport.

The code implements netdev functionality for "internal" and "system"
types of vports.

Signed-off-by: Nithin Raju <nithin@vmware.com>
Acked-by: Ankur Sharma <ankursharma@vmware.com>
Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Tested-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/automake.mk
lib/netdev-provider.h
lib/netdev-windows.c [new file with mode: 0644]
lib/netdev.c