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.

(cherry picked from commit 498d45e85f)
This commit is contained in:
Lubomir Rintel 2015-01-25 23:59:20 +01:00 committed by Thomas Haller
parent cf1166f27f
commit b9a6de480c

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