Files
build
default
hvn0.lab.ipng.ch
hvn1.lab.ipng.ch
host1-0
host1-1
etc
home
root
.ssh
lab-build
disable-vpp
perms
test
tap1-0
vpp1-0
vpp1-1
vpp1-2
vpp1-3
hvn2.lab.ipng.ch
config
overlays
.gitignore
README.md
create
destroy
generate
pristine
virshall
lab/build/default/hvn1.lab.ipng.ch/host1-1/root/lab-build/disable-vpp

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