Files
build
bird
hvn0.lab.ipng.ch
host0-0
etc
home
root
.ssh
lab-build
disable-vpp
perms
host0-1
tap0-0
vpp0-0
vpp0-1
vpp0-2
vpp0-3
hvn1.lab.ipng.ch
hvn2.lab.ipng.ch
hvn3.lab.ipng.ch
frr
config
overlays
.gitignore
README.md
command
create
generate
lab/build/bird/hvn0.lab.ipng.ch/host0-0/root/lab-build/disable-vpp
2023-05-31 15:43:53 +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