datapath: Strip down vport interface - ifIndex.
[openvswitch] / lib / dpif-linux.h
index 41ede747e29560679064f068ef7945ee45479c51..f1a4faad3f88f34b0f3dafbaeac054811f8aa438 100644 (file)
@@ -39,7 +39,6 @@ struct dpif_linux_vport {
     const uint8_t *address;                /* OVS_VPORT_ATTR_ADDRESS. */
     const struct nlattr *options;          /* OVS_VPORT_ATTR_OPTIONS. */
     size_t options_len;
-    int ifindex;                           /* OVS_VPORT_ATTR_IFINDEX. */
 };
 
 void dpif_linux_vport_init(struct dpif_linux_vport *);