X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Fopenflow%2Fopenflow-1.1.h;h=63d8b4190100b8eac10dc68204625a56f5033fd8;hb=2123bc8c0991e82b43c396cf986fd651f2810c1e;hp=361150ad9784c6fba51fa5dbcb691e4288c4c4ce;hpb=4077f060cc835965b9a2ca0ce11779dfcd0f5742;p=cascardo%2Fovs.git diff --git a/include/openflow/openflow-1.1.h b/include/openflow/openflow-1.1.h index 361150ad9..63d8b4190 100644 --- a/include/openflow/openflow-1.1.h +++ b/include/openflow/openflow-1.1.h @@ -391,17 +391,6 @@ struct ofp11_stats_msg { }; OFP_ASSERT(sizeof(struct ofp11_stats_msg) == 16); -/* Vendor extension stats message. */ -struct ofp11_vendor_stats_msg { - struct ofp11_stats_msg osm; /* Type OFPST_VENDOR. */ - ovs_be32 vendor; /* Vendor ID: - * - MSB 0: low-order bytes are IEEE OUI. - * - MSB != 0: defined by OpenFlow - * consortium. */ - /* Followed by vendor-defined arbitrary additional data. */ -}; -OFP_ASSERT(sizeof(struct ofp11_vendor_stats_msg) == 20); - /* Stats request of type OFPST_FLOW. */ struct ofp11_flow_stats_request { uint8_t table_id; /* ID of table to read (from ofp_table_stats),