Generate FRR Profile for lab0 and lab2
This commit is contained in:
build/frr
hvn0.lab.ipng.ch
host0-0
etc
home
ipng
.ssh
root
host0-1
etc
home
ipng
.ssh
root
tap0-0
etc
home
ipng
.ssh
root
vpp0-0
vpp0-1
vpp0-2
vpp0-3
hvn2.lab.ipng.ch
host2-0
etc
home
ipng
.ssh
root
host2-1
etc
home
ipng
.ssh
root
tap2-0
etc
home
ipng
.ssh
root
vpp2-0
vpp2-1
vpp2-2
vpp2-3
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo " * Disabling VPP, Bird and FRR"
|
||||
for i in vpp vppcfg bird-dataplane frr; do
|
||||
rm -f /etc/systemd/system/multi-user.target.wants/${i}.service
|
||||
ln -sf /dev/null /etc/systemd/system/${i}.service
|
||||
done
|
Reference in New Issue
Block a user