Add rc.local for host* that explains which vpp:port it is connected to
This commit is contained in:
5
build/bird/hvn0.lab.ipng.ch/host0-0/etc/rc.local
Normal file
5
build/bird/hvn0.lab.ipng.ch/host0-0/etc/rc.local
Normal 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/2"
|
||||
done
|
||||
Reference in New Issue
Block a user