This commit is contained in:
2022-01-22 00:06:54 +01:00
parent affd97ff4c
commit b1fe98ea30
12 changed files with 444 additions and 19 deletions

View File

@ -30,7 +30,7 @@ network_interfaces:
method: manual
pre-up:
- ifconfig $IFACE up
- vconfig add eno2 11
post-up:
- /sbin/ip link add link eno2 name eno2.11 type vlan id 11
post-down:
- ifconfig $IFACE down