datapath: Convert ODP_VPORT_* to use AF_NETLINK socket layer.
authorBen Pfaff <blp@nicira.com>
Fri, 28 Jan 2011 21:59:03 +0000 (13:59 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Jan 2011 23:34:27 +0000 (15:34 -0800)
This commit calls genl_lock() and thus doesn't support Linux before
2.6.35, which wasn't exported before that version.  That problem will
be fixed once the whole userspace interface transitions to Generic
Netlink a few commits from now.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>

No differences found