build
bird
hvn0.lab.ipng.ch
hvn1.lab.ipng.ch
hvn2.lab.ipng.ch
host2-0
host2-1
tap2-0
vpp2-0
etc
home
root
.ssh
lab-build
disable-frr
perms
vpp2-1
vpp2-2
vpp2-3
frr
config
overlays
.gitignore
README.md
command
create
generate
7 lines
173 B
Bash
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 |