mirror of
https://github.com/openvswitch/ovs
synced 2025-10-29 15:28:56 +00:00
Strip down vport interface : iflink
Remove iflink from vport interface. iflink is not used anywhere in OVS. So there is not need to have iflink as vport attribute. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Acked-by: Jesse Gross <jesse@nicira.com>
This commit is contained in:
@@ -40,7 +40,6 @@ struct dpif_linux_vport {
|
||||
const struct nlattr *options; /* OVS_VPORT_ATTR_OPTIONS. */
|
||||
size_t options_len;
|
||||
int ifindex; /* OVS_VPORT_ATTR_IFINDEX. */
|
||||
int iflink; /* OVS_VPORT_ATTR_IFLINK. */
|
||||
};
|
||||
|
||||
void dpif_linux_vport_init(struct dpif_linux_vport *);
|
||||
|
||||
Reference in New Issue
Block a user