Generate FRR Profile for lab0 and lab2

This commit is contained in:
Pim van Pelt
2023-05-31 15:43:21 +00:00
parent 8a64c5594a
commit f660985e31
222 changed files with 2420 additions and 0 deletions
build/frr
hvn0.lab.ipng.ch
host0-0
host0-1
tap0-0
vpp0-0
vpp0-1
vpp0-2
vpp0-3
hvn2.lab.ipng.ch
host2-0
host2-1
tap2-0
vpp2-0
vpp2-1
vpp2-2
vpp2-3

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