X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fmatch.c;h=87d6a60ab6b5c21dab692ebd1a4a9fecc6840820;hb=cfc50ae514f805dcd9c14589f21158185424daf6;hp=514e7f9371f2d60f610a29390cac2a6b24fd8080;hpb=adcf00ba35a0ce9cf2f1a84bce44559eab1f83a1;p=sliver-openvswitch.git diff --git a/lib/match.c b/lib/match.c index 514e7f937..87d6a60ab 100644 --- a/lib/match.c +++ b/lib/match.c @@ -943,7 +943,7 @@ match_format(const struct match *match, struct ds *s, unsigned int priority) int i; - BUILD_ASSERT_DECL(FLOW_WC_SEQ == 25); + BUILD_ASSERT_DECL(FLOW_WC_SEQ == 26); if (priority != OFP_DEFAULT_PRIORITY) { ds_put_format(s, "priority=%u,", priority);