mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 00:30:17 +01:00
parent
78c1849b53
commit
0a04be41d4
1 changed files with 1 additions and 1 deletions
|
|
@ -4218,7 +4218,7 @@ static void
|
|||
nm_device_set_mtu (NMDevice *self, guint32 mtu)
|
||||
{
|
||||
NMDevicePrivate *priv = NM_DEVICE_GET_PRIVATE (self);
|
||||
int ifindex = nm_device_get_ifindex (self);
|
||||
int ifindex = nm_device_get_ip_ifindex (self);
|
||||
|
||||
if (mtu)
|
||||
priv->mtu = mtu;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue