X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-print.c;h=a83133468042d80dfdb4cc135d1c7baaa0497032;hb=c37c03826ce05e0d8262180b102923574eea01eb;hp=c8d7f95a158a5cbf7c2d3fed09971d9c5e0a6475;hpb=32260212a0687b6d14544a93a17363683bf41ea5;p=sliver-openvswitch.git diff --git a/lib/ofp-print.c b/lib/ofp-print.c index c8d7f95a1..a83133468 100644 --- a/lib/ofp-print.c +++ b/lib/ofp-print.c @@ -540,6 +540,7 @@ ofp_print_switch_features(struct ds *string, const struct ofp_header *oh) case OFP12_VERSION: break; case OFP13_VERSION: + case OFP14_VERSION: return; /* no ports in ofp13_switch_features */ default: OVS_NOT_REACHED(); @@ -1790,6 +1791,7 @@ ofp_print_ofpst_table_reply(struct ds *string, const struct ofp_header *oh, int verbosity) { switch ((enum ofp_version)oh->version) { + case OFP14_VERSION: case OFP13_VERSION: ofp_print_ofpst_table_reply13(string, oh, verbosity); break;