Files
build
bird
hvn0.lab.ipng.ch
hvn1.lab.ipng.ch
host1-0
host1-1
tap1-0
vpp1-0
vpp1-1
vpp1-2
etc
home
root
.ssh
lab-build
disable-frr
perms
vpp1-3
hvn2.lab.ipng.ch
default
frr
config
overlays
.gitignore
README.md
command
create
generate
lab/build/bird/hvn1.lab.ipng.ch/vpp1-2/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