bundles/systemd-networkd: fix vlan support for bridges and bonds
This commit is contained in:
parent
913f2cde8f
commit
02146a81d6
3 changed files with 10 additions and 0 deletions
|
@ -3,3 +3,7 @@ Name=${' '.join(sorted(match))}
|
|||
|
||||
[Network]
|
||||
Bond=${bond}
|
||||
|
||||
% for vlan in sorted(vlans):
|
||||
VLAN=${bond}.${vlan}
|
||||
% endfor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue