Files
build
bird
hvn0.lab.ipng.ch
hvn1.lab.ipng.ch
hvn2.lab.ipng.ch
host2-0
host2-1
etc
home
root
.ssh
lab-build
disable-vpp
perms
libvirt.xml
tap2-0
vpp2-0
vpp2-1
vpp2-2
vpp2-3
hvn3.lab.ipng.ch
freebsd
frr
config
overlays
.gitignore
README.md
command
create
generate
generate-all
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