Files
build
bird
frr
hvn0.lab.ipng.ch
hvn1.lab.ipng.ch
hvn2.lab.ipng.ch
host2-0
host2-1
tap2-0
etc
home
root
.ssh
lab-build
disable-vpp
perms
vpp2-0
vpp2-1
vpp2-2
vpp2-3
config
overlays
.gitignore
README.md
command
create
generate
lab/build/frr/hvn2.lab.ipng.ch/tap2-0/root/lab-build/disable-vpp
2023-05-31 15:43:21 +00:00

7 lines
213 B
Bash

#!/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