datapath: Convert ODP_FLOW_* commands to use AF_NETLINK socket layer.
authorBen Pfaff <blp@nicira.com>
Fri, 28 Jan 2011 22:00:51 +0000 (14:00 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Jan 2011 23:34:30 +0000 (15:34 -0800)
commit37a1300c3ca05a97160d44dc34298c447b50ed9d
tree7e9f83651159b97340299a2f2cea715295882fc2
parentf0fef76062d67bff94a3243a469f182dd6f503a1
datapath: Convert ODP_FLOW_* commands to use AF_NETLINK socket layer.

This completes the transition to the Generic Netlink interface, and
so this commit restores support for Linux 2.6.18 and later.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c
datapath/flow.c
datapath/flow.h
include/openvswitch/datapath-protocol.h
lib/dpif-linux.c