X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Flearn.c;fp=lib%2Flearn.c;h=7f30f6ee0653c0e11586e03fc8ab6d2ed0d1ba7d;hb=47284b1fc6fe84a9b5b43b49bef868e4eb230cd1;hp=480ad909faf60b8d207130a5d4e0be81c89e66c9;hpb=a5f607bc8994e5ed870a62062df54e1b5753c6a2;p=sliver-openvswitch.git diff --git a/lib/learn.c b/lib/learn.c index 480ad909f..7f30f6ee0 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 == 9); + BUILD_ASSERT_DECL(FLOW_WC_SEQ == 10); } } }