X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fmatch.c;h=2aa4e895ddddd48cf926d3f8175541ec3268ae5c;hb=d978fa4832bbc5176e05edd05bcdf2452a8dded2;hp=f4b0a6c147f9ae0e5b5f779cfb6141b0b2019e98;hpb=b02475c53b3ca857c45eb5e17d12fdf233a9dac8;p=sliver-openvswitch.git diff --git a/lib/match.c b/lib/match.c index f4b0a6c14..2aa4e895d 100644 --- a/lib/match.c +++ b/lib/match.c @@ -849,7 +849,7 @@ match_format(const struct match *match, struct ds *s, unsigned int priority) int i; - BUILD_ASSERT_DECL(FLOW_WC_SEQ == 19); + BUILD_ASSERT_DECL(FLOW_WC_SEQ == 20); if (priority != OFP_DEFAULT_PRIORITY) { ds_put_format(s, "priority=%u,", priority);