vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices
[firefly-linux-kernel-4.4.55.git] / include / net / ip_tunnels.h
index 62a750a6a8f8cb32c9eb5d8d160aa94a20898473..af40bc586a1b6ae03ef751ce61276e58934e7406 100644 (file)
@@ -230,6 +230,7 @@ void ip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev,
 int ip_tunnel_ioctl(struct net_device *dev, struct ip_tunnel_parm *p, int cmd);
 int ip_tunnel_encap(struct sk_buff *skb, struct ip_tunnel *t,
                    u8 *protocol, struct flowi4 *fl4);
+int __ip_tunnel_change_mtu(struct net_device *dev, int new_mtu, bool strict);
 int ip_tunnel_change_mtu(struct net_device *dev, int new_mtu);
 
 struct rtnl_link_stats64 *ip_tunnel_get_stats64(struct net_device *dev,