Use interface-name to exclude veth (#1314)

* Use interface-name to exclude veth

The type veth is not a valid type (see [1] for how to obtain a list of
valid device types. Use `driver` to filter veth.

Note: It seems that NetworkManager did not manage veth so far, so this
change seems not to be relevant in practice.

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
This commit is contained in:
Stefan Agner
2021-04-08 15:50:56 +02:00
committed by GitHub
parent fe1083822d
commit 1e1d10570c

View File

@@ -5,7 +5,7 @@ autoconnect-retries-default=0
rc-manager=file
[keyfile]
unmanaged-devices=type:bridge;type:tun;type:veth
unmanaged-devices=type:bridge;type:tun;driver:veth
[logging]
backend=journal