device: the veth should have the same priority as ethernet

It's supposed to be a virtual ethernet.
This commit is contained in:
Lubomir Rintel
2016-02-24 17:37:50 +01:00
parent f541a17270
commit faf70df480

View File

@@ -778,6 +778,7 @@ nm_device_get_priority (NMDevice *self)
switch (nm_device_get_device_type (self)) {
/* 50 is reserved for VPN (NM_VPN_ROUTE_METRIC_DEFAULT) */
case NM_DEVICE_TYPE_ETHERNET:
case NM_DEVICE_TYPE_VETH:
return 100;
case NM_DEVICE_TYPE_INFINIBAND:
return 150;
@@ -803,8 +804,6 @@ nm_device_get_priority (NMDevice *self)
return 600;
case NM_DEVICE_TYPE_OLPC_MESH:
return 650;
case NM_DEVICE_TYPE_VETH:
return 665;
case NM_DEVICE_TYPE_IP_TUNNEL:
return 675;
case NM_DEVICE_TYPE_MODEM: