Re: [ovs-dev] [PATCH 02/21] ofp-actions: Define IPPORT_FTP by ourselves

2015-11-09 Thread Ben Pfaff
On Mon, Oct 19, 2015 at 01:28:53PM +0900, YAMAMOTO Takashi wrote: > IPPORT_FTP is not always provided by system headers. (eg. NetBSD, OS X) > > This hides the enum on Linux but I don't think it causes a problem. > > Signed-off-by: YAMAMOTO Takashi I don't think ofp-actions.h is an ideal place

[ovs-dev] [PATCH 02/21] ofp-actions: Define IPPORT_FTP by ourselves

2015-10-18 Thread YAMAMOTO Takashi
IPPORT_FTP is not always provided by system headers. (eg. NetBSD, OS X) This hides the enum on Linux but I don't think it causes a problem. Signed-off-by: YAMAMOTO Takashi --- lib/ofp-actions.h | 4 1 file changed, 4 insertions(+) diff --git a/lib/ofp-actions.h b/lib/ofp-actions.h index