Refactor the things that are common between bird and frr build types -- no-op for the build/ output

This commit is contained in:
Pim van Pelt
2023-05-31 16:14:33 +00:00
parent 4d964af173
commit f929b836e8
44 changed files with 180 additions and 84 deletions
build/bird
hvn0.lab.ipng.ch
vpp0-0
root
lab-build
vpp0-1
root
lab-build
vpp0-2
root
lab-build
vpp0-3
root
lab-build
hvn1.lab.ipng.ch
vpp1-0
root
lab-build
vpp1-1
root
lab-build
vpp1-2
root
lab-build
vpp1-3
root
lab-build
hvn2.lab.ipng.ch
vpp2-0
root
lab-build
vpp2-1
root
lab-build
vpp2-2
root
lab-build
vpp2-3
root
lab-build
overlays

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