mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-25 14:06:31 +00:00
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:
parent
fe1083822d
commit
1e1d10570c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user