Signed-off-by: Simon Horman <ho...@verge.net.au> ---
v4 * No change v3 * Add "openflow: " prefix to title v2 * No change --- lib/ofp-print.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ofp-print.c b/lib/ofp-print.c index 4cf4734..87b2978 100644 --- a/lib/ofp-print.c +++ b/lib/ofp-print.c @@ -1370,6 +1370,9 @@ ofp_to_string__(const struct ofp_header *oh, case OFP11_VERSION: ds_put_cstr(string, " (OF1.1)"); break; + case OFP12_VERSION: + ds_put_cstr(string, " (OF1.2)"); + break; default: ds_put_format(string, " (OF 0x%02"PRIx8")", oh->version); break; -- 1.7.10.2.484.gcd07cc5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev