X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Flearn.c;h=5478b74865142c599c9c3bac522c9a65e2148123;hb=969fc56c2abb0c3a1bf0225032250aa537df55a3;hp=cbecb10d30f9622a80999ccaea7e9b05b7442af3;hpb=b5e5143b6a808d3463b205c36d49cdd9a9a9e4c3;p=sliver-openvswitch.git diff --git a/lib/learn.c b/lib/learn.c index cbecb10d3..5478b7486 100644 --- a/lib/learn.c +++ b/lib/learn.c @@ -184,7 +184,7 @@ learn_check(const struct nx_action_learn *learn, const struct flow *flow) * prerequisites. No prerequisite depends on the value of * a field that is wider than 64 bits. So just skip * setting it entirely. */ - BUILD_ASSERT_DECL(FLOW_WC_SEQ == 11); + BUILD_ASSERT_DECL(FLOW_WC_SEQ == 12); } } }