From cc266ef0c9795e8ffb688a1f67db3b3cd7797c3c Mon Sep 17 00:00:00 2001 From: Louis Peens Date: Tue, 29 May 2018 20:51:15 +0200 Subject: [PATCH] lib: fix typo in fragment handling error message The error message states that "not_first" is a valid selection for the ip_frag field, but looking at the structure that is defined this should say "not_later". Signed-off-by: Louis Peens Reviewed-by: Pieter Jansen van Vuuren Acked-by: Ben Pfaff Signed-off-by: Simon Horman --- lib/meta-flow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/meta-flow.c b/lib/meta-flow.c index 8b8d174c1..db0abb3f2 100644 --- a/lib/meta-flow.c +++ b/lib/meta-flow.c @@ -2821,7 +2821,7 @@ mf_from_frag_string(const char *s, uint8_t *valuep, uint8_t *maskp) } return xasprintf("%s: unknown fragment type (valid types are \"no\", " - "\"yes\", \"first\", \"later\", \"not_first\"", s); + "\"yes\", \"first\", \"later\", \"not_later\"", s); } static char *