Refactor the things that are common between bird and frr build types -- no-op for the build/ output
This commit is contained in:
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
|
Reference in New Issue
Block a user