Generate lab0 and lab2 for Bird profile

This commit is contained in:
Pim van Pelt
2023-05-31 15:43:53 +00:00
parent f660985e31
commit c526f9d864
238 changed files with 2184 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,7 @@
#!/bin/bash
echo " * Fixing permissions"
chown -R root. /root/
chown -R ipng. /home/ipng/
[ -r /etc/rc.local ] && chmod 755 /etc/rc.local