Files
build
bird
hvn0.lab.ipng.ch
host0-0
host0-1
tap0-0
vpp0-0
vpp0-1
vpp0-2
vpp0-3
etc
home
root
.ssh
lab-build
disable-frr
perms
hvn1.lab.ipng.ch
hvn2.lab.ipng.ch
default
frr
config
overlays
.gitignore
README.md
command
create
generate
lab/build/bird/hvn0.lab.ipng.ch/vpp0-3/root/lab-build/disable-frr

7 lines
173 B
Bash

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