|
@@ -468,6 +468,7 @@ static int ipvlan_link_new(struct net *src_net, struct net_device *dev,
|
|
ipvlan->dev = dev;
|
|
ipvlan->dev = dev;
|
|
ipvlan->port = port;
|
|
ipvlan->port = port;
|
|
ipvlan->sfeatures = IPVLAN_FEATURES;
|
|
ipvlan->sfeatures = IPVLAN_FEATURES;
|
|
|
|
+ ipvlan_adjust_mtu(ipvlan, phy_dev);
|
|
INIT_LIST_HEAD(&ipvlan->addrs);
|
|
INIT_LIST_HEAD(&ipvlan->addrs);
|
|
|
|
|
|
/* TODO Probably put random address here to be presented to the
|
|
/* TODO Probably put random address here to be presented to the
|