Re: [ovs-dev] [PATCH 4/4] ofp-util: Support matching on SCTP src, dst ports

2012-10-01 Thread Joe Stringer
Cheers. This patch no longer applies cleanly on master, so I'll tidy that up and update NEWS when I repost the set. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 4/4] ofp-util: Support matching on SCTP src, dst ports

2012-09-27 Thread Ben Pfaff
On Fri, Aug 31, 2012 at 10:44:35PM +1200, Joe Stringer wrote: > Signed-off-by: Joe Stringer This looks good except that it should also update NEWS to mention that SCTP is now supported. Thanks, Ben. ___ dev mailing list dev@openvswitch.org http://open

[ovs-dev] [PATCH 4/4] ofp-util: Support matching on SCTP src, dst ports

2012-08-31 Thread Joe Stringer
Signed-off-by: Joe Stringer --- lib/classifier.c |4 lib/meta-flow.c | 40 lib/meta-flow.h |4 lib/nx-match.c |3 +++ lib/ofp-parse.c |2 ++ lib/ofp-print.c |6 ++ li