Complete lab0/lab1/lab2 setup with 2 hosts and 1 TAP device + OVS configs

This commit is contained in:
Pim van Pelt
2023-05-06 17:56:23 +00:00
parent 72245529a2
commit 3f737293b9
60 changed files with 843 additions and 13 deletions

View File

@ -2,5 +2,6 @@
echo " * Disabling VPP, Bird and FRR"
for i in vpp vppcfg bird-dataplane frr; do
ln -sf /dev/null /etc/systemd/system/multi-user.target.wants/${i}.service
rm -f /etc/systemd/system/multi-user.target.wants/${i}.service
ln -sf /dev/null /etc/systemd/system/${i}.service
done