From: Ben Pfaff Date: Sun, 9 Jan 2011 00:00:41 +0000 (-0800) Subject: datapath: Get rid of ODPP_NONE. X-Git-Tag: v1.1.0~393 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=c75d4dcf957f617b40ca89546545f075e2631226;hp=c75d4dcf957f617b40ca89546545f075e2631226;p=sliver-openvswitch.git datapath: Get rid of ODPP_NONE. This definition wasn't actually useful for the kernel--the only place that it was used it didn't really have to be, so this commit removes it from datapath-protocol.h. It is still marginally useful in userspace, at least as a value that converts to and from OpenFlow port number OFPP_NONE, so move it to odp-util.c. Signed-off-by: Ben Pfaff Acked-by: Jesse Gross ---