Revert "core: make veth devices default-unmanaged for now"

This reverts commit ebeaeaed4d.

No need to hardwire these as unmanaged anymore, an udev rule will take care of
it.
This commit is contained in:
Lubomir Rintel 2015-01-25 23:59:20 +01:00
parent ceea3c6782
commit 498d45e85f

View file

@ -102,7 +102,6 @@ get_peer (NMDeviceVeth *self)
static void
nm_device_veth_init (NMDeviceVeth *self)
{
nm_device_set_initial_unmanaged_flag (NM_DEVICE (self), NM_UNMANAGED_DEFAULT, TRUE);
}
static void