Files
build
bird
frr
hvn0.lab.ipng.ch
hvn1.lab.ipng.ch
hvn2.lab.ipng.ch
hvn3.lab.ipng.ch
host3-0
host3-1
tap3-0
vpp3-0
vpp3-1
etc
home
root
.ssh
lab-build
disable-bird
perms
vpp3-2
vpp3-3
config
overlays
.gitignore
README.md
command
create
generate
lab/build/frr/hvn3.lab.ipng.ch/vpp3-1/root/lab-build/disable-bird
Pim van Pelt 37b4b725d9 Generate lab3
2023-11-19 14:15:53 +00:00

7 lines
185 B
Bash

#!/bin/sh
echo " * Disabling Bird"
for i in bird-dataplane; do
rm -f /etc/systemd/system/multi-user.target.wants/${i}.service
ln -sf /dev/null /etc/systemd/system/${i}.service
done