X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=datapath%2Fvport.h;h=8e70762853f4ce0217a6ee32b9d58a36ff3db0f3;hb=530af29c41eb04d355e400871fa58f39002315de;hp=ee3b127d4f0b46f323c8aae40a820f5459529c8f;hpb=057dd6d279c20e88f98bbe8328383564391bbc8f;p=openvswitch diff --git a/datapath/vport.h b/datapath/vport.h index ee3b127d..8e707628 100644 --- a/datapath/vport.h +++ b/datapath/vport.h @@ -175,7 +175,8 @@ struct vport_parms { * @get_iflink: Get the system interface index associated with the device that * will be used to send packets (may be different than ifindex for tunnels). * May be null if the device does not have an iflink. - * @get_mtu: Get the device's MTU. + * @get_mtu: Get the device's MTU. May be %NULL if the device does not have an + * MTU (as e.g. some tunnels do not). * @send: Send a packet on the device. Returns the length of the packet sent. */ struct vport_ops {