Add rc.local for host* that explains which vpp:port it is connected to
This commit is contained in:
6
overlays/_common/host/etc/rc.local.j2
Normal file
6
overlays/_common/host/etc/rc.local.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
for port in 0 1 2 3; do
|
||||
ip link set enp16s0f${port} up mtu 1500 alias "vpp{{lab.id}}-${port}:Gi10/0/{{ 2 + node.id }}"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user