Revert "bundles/systemd-networkd: fix vlan support for bridges and bonds"
All checks were successful
bundlewrap/pipeline/head This commit looks good

This reverts commit 02146a81d6.
This commit is contained in:
Franzi 2021-04-10 13:34:49 +02:00
parent ef84b3f889
commit 8b2771cd63
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 0 additions and 10 deletions

View file

@ -3,7 +3,3 @@ Name=${' '.join(sorted(match))}
[Network]
Bond=${bond}
% for vlan in sorted(vlans):
VLAN=${bond}.${vlan}
% endfor