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

@@ -0,0 +1,5 @@
#!/bin/sh
for port in 0 1 2 3; do
ip link set enp16s0f${port} up mtu 1500 alias "vpp0-${port}:Gi10/0/3"
done