ofp-msgs: Add support for ONF extension messages.
[cascardo/ovs.git] / include / openflow / nicira-ext.h
index dad8707..fdee330 100644 (file)
@@ -68,14 +68,6 @@ struct nx_vendor_error {
 \f
 /* Nicira vendor requests and replies. */
 
-/* Header for Nicira vendor requests and replies. */
-struct nicira_header {
-    struct ofp_header header;
-    ovs_be32 vendor;            /* NX_VENDOR_ID. */
-    ovs_be32 subtype;           /* See the NXT numbers in ofp-msgs.h. */
-};
-OFP_ASSERT(sizeof(struct nicira_header) == 16);
-
 /* Header for Nicira vendor stats request and reply messages in OpenFlow
  * 1.0. */
 struct nicira10_stats_msg {
@@ -85,14 +77,6 @@ struct nicira10_stats_msg {
 };
 OFP_ASSERT(sizeof(struct nicira10_stats_msg) == 24);
 
-/* Header for Nicira vendor stats request and reply messages in OpenFlow
- * 1.1. */
-struct nicira11_stats_msg {
-    struct ofp11_vendor_stats_msg vsm; /* Vendor NX_VENDOR_ID. */
-    ovs_be32 subtype;           /* One of NXST_* below. */
-};
-OFP_ASSERT(sizeof(struct nicira11_stats_msg) == 24);
-
 /* Fields to use when hashing flows. */
 enum nx_hash_fields {
     /* Ethernet source address (NXM_OF_ETH_SRC) only. */