bundles/systemd-networkd: support bond and bridge interfaces
This commit is contained in:
parent
633ccb97fd
commit
f2a0f0b46a
7 changed files with 81 additions and 3 deletions
5
bundles/systemd-networkd/files/template-bridge.network
Normal file
5
bundles/systemd-networkd/files/template-bridge.network
Normal file
|
@ -0,0 +1,5 @@
|
|||
[Match]
|
||||
Name=${' '.join(sorted(match))}
|
||||
|
||||
[Network]
|
||||
Bridge=${bridge}
|
Loading…
Add table
Add a link
Reference in a new issue