Add rc.local for host* that explains which vpp:port it is connected to

This commit is contained in:
Pim van Pelt
2026-02-23 09:15:52 +00:00
parent e5d34e5a69
commit 40a1a7c633
31 changed files with 96 additions and 12 deletions

View File

@@ -4,4 +4,4 @@ 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
done

View File

@@ -0,0 +1,4 @@
#!/bin/sh
echo "* Fixing permissions of rc.local"
chmod 755 /etc/rc.local