Re: [ovs-discuss] problem compiling ovs-2.3.2 extended with a new definition of action.

2016-04-25 Thread Haosen Wen
Hi Ben, I only found the functions that parses actions of of1.1 and 1.0 in this file. Where exactly shall I add this case instead? Or shall I add something to the function to make it compatible with of1.3? Thanks, Hs Haosen Wen Beijing Foreign Studies University Addr: 2nd Xisanhuan North Ave

Re: [ovs-discuss] problem compiling ovs-2.3.2 extended with a new definition of action.

2016-04-22 Thread Ben Pfaff
On Fri, Apr 22, 2016 at 03:55:07PM +0800, Haosen Wen wrote: > Hi all, > > I'm trying to add a new action, "FLAT" to ovs-2.3.2 action definitions. > When compiling, I met the following errors: > > *lib/ofp-actions.c: In function 'ofpact_from_openflow11':* > *lib/ofp-actions.c:1155:5: error: duplic

[ovs-discuss] problem compiling ovs-2.3.2 extended with a new definition of action.

2016-04-22 Thread Haosen Wen
Hi all, I'm trying to add a new action, "FLAT" to ovs-2.3.2 action definitions. When compiling, I met the following errors: *lib/ofp-actions.c: In function 'ofpact_from_openflow11':* *lib/ofp-actions.c:1155:5: error: duplicate case value* *lib/ofp-util.def:66:1: error: previously used here* and