On 18/12/2013 08:50, Ben Pfaff wrote:
On Mon, Dec 09, 2013 at 06:41:09PM +0800, Alexander Wu wrote:
v4:
Add enums of ofp13_action_type and make them work.
v3:
Add func to get instruction/action name by OpenFlow instruction type
directly.
Can I have a Signed-off-by?
Sure!
GCC reports:
../lib/ofp-parse.c: In function 'parse_named_action':
../lib/ofp-parse.c:651:10: error: 'OFPUTIL_OFPAT13_OUTPUT' undeclared (first
use in this function)
../lib/ofp-parse.c:651:10: note: each undeclared identifier is reported only
once for each function it appears in
../lib/ofp-parse.c:688:10: error: 'OFPUTIL_OFPAT13_SET_FIELD' undeclared (first
use in this function)
../lib/ofp-parse.c:693:10: error: 'OFPUTIL_OFPAT13_POP_VLAN' undeclared (first
use in this function)
../lib/ofp-parse.c:698:10: error: 'OFPUTIL_OFPAT13_PUSH_VLAN' undeclared (first
use in this function)
../lib/ofp-parse.c:714:10: error: 'OFPUTIL_OFPAT13_SET_QUEUE' undeclared (first
use in this function)
../lib/ofp-parse.c:764:10: error: 'OFPUTIL_OFPAT13_SET_NW_TTL' undeclared
(first use in this function)
../lib/ofp-parse.c:774:10: error: 'OFPUTIL_OFPAT13_DEC_NW_TTL' undeclared
(first use in this function)
../lib/ofp-parse.c:869:10: error: 'OFPUTIL_OFPAT13_SET_MPLS_TTL' undeclared
(first use in this function)
../lib/ofp-parse.c:874:10: error: 'OFPUTIL_OFPAT13_DEC_MPLS_TTL' undeclared
(first use in this function)
../lib/ofp-parse.c:888:10: error: 'OFPUTIL_OFPAT13_PUSH_MPLS' undeclared (first
use in this function)
../lib/ofp-parse.c:897:10: error: 'OFPUTIL_OFPAT13_POP_MPLS' undeclared (first
use in this function)
../lib/ofp-parse.c:906:10: error: 'OFPUTIL_OFPAT13_GROUP' undeclared (first use
in this function)
../lib/ofp-parse.c:911:10: error: 'OFPUTIL_OFPAT13_COPY_TTL_OUT' undeclared
(first use in this function)
../lib/ofp-parse.c:912:10: error: 'OFPUTIL_OFPAT13_COPY_TTL_IN' undeclared
(first use in this function)
../lib/ofp-parse.c:913:10: error: 'OFPUTIL_OFPAT13_PUSH_PBB' undeclared (first
use in this function)
../lib/ofp-parse.c:914:10: error: 'OFPUTIL_OFPAT13_POP_PBB' undeclared (first
use in this function)
I'll adjust the files' order.
Fix it soon.
Thanks,
Alexander.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev