aboutsummaryrefslogtreecommitdiff
path: root/lib/learn.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/learn.c')
-rw-r--r--lib/learn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/learn.c b/lib/learn.c
index 480ad909..7f30f6ee 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);
}
}
}