Signed-off-by: Ben Pfaff <[email protected]>
---
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 9f39c18..a2580ba 100644
--- a/lib/meta-flow.c
+++ b/lib/meta-flow.c
@@ -2594,7 +2594,7 @@ mf_from_tun_flags_string(const char *s, ovs_be16 *valuep,
ovs_be16 *maskp)
}
return xasprintf("%s: unknown tunnel flags (valid flags are \"df\", "
- "\"csum\", \"key\"", s);
+ "\"csum\", \"key\")", s);
}
/* Parses 's', a string value for field 'mf', into 'value' and 'mask'. Returns
--
1.7.10.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev