X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fopenvswitch%2Fdatapath-protocol.h;h=97a7c04df766992420cc8af90cc9f7e2e94c2846;hb=ff8d7a5e81625bbb13d33ca73888fc848b02db83;hp=535aab3ccd962ad2d727382cd4bcd688842bed76;hpb=df2c07f4338faac04f4969f243fe4e8083b309ac;p=openvswitch diff --git a/include/openvswitch/datapath-protocol.h b/include/openvswitch/datapath-protocol.h index 535aab3c..97a7c04d 100644 --- a/include/openvswitch/datapath-protocol.h +++ b/include/openvswitch/datapath-protocol.h @@ -225,8 +225,6 @@ enum ovs_vport_cmd { * @OVS_VPORT_ATTR_MTU: MTU for the vport. Omitted if the vport does not have * an MTU as, e.g., some tunnels do not. * @OVS_VPORT_ATTR_IFINDEX: ifindex of the underlying network device, if any. - * @OVS_VPORT_ATTR_IFLINK: ifindex of the device on which packets are sent (for - * tunnels), if any. * * These attributes follow the &struct ovs_header within the Generic Netlink * payload for %OVS_VPORT_* commands. @@ -256,7 +254,6 @@ enum ovs_vport_attr { OVS_VPORT_ATTR_MTU, /* 32-bit maximum transmission unit */ OVS_VPORT_ATTR_OPTIONS, /* nested attributes, varies by vport type */ OVS_VPORT_ATTR_IFINDEX, /* 32-bit ifindex of backing netdev */ - OVS_VPORT_ATTR_IFLINK, /* 32-bit ifindex on which packets are sent */ __OVS_VPORT_ATTR_MAX };