mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-11 14:30:34 +01:00
Revert "Do not manage Docker bridge interfaces"
The docker bridges are no special -- just regular externally created
bridges.
This reverts commit 0ce7327550.
This commit is contained in:
parent
f3f8e21bd3
commit
4c78434a0b
1 changed files with 0 additions and 3 deletions
|
|
@ -26,9 +26,6 @@ ATTR{address}=="00:1c:42:*", ENV{INTERFACE}=="vnic[0-9]*", ENV{NM_UNMANAGED}="1"
|
|||
# in another net namespace and managed by libvirt, Docker or the like.
|
||||
ENV{ID_NET_DRIVER}=="veth", ENV{NM_UNMANAGED}="1"
|
||||
|
||||
# Docker bridge. Managed by docker daemon.
|
||||
ATTR{address}=="02:42:*", ENV{INTERFACE}=="docker[0-9]*", ENV{NM_UNMANAGED}="1"
|
||||
|
||||
# USB gadget device. Unmanage by default, since whatever created it
|
||||
# might want to set it up itself (e.g. activate an ipv4.method=shared
|
||||
# connection).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue