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
7 lines
185 B
Bash
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 |