Extend lab with Core, Campus fabric, and clean device naming #41

Merged
Damien merged 16 commits from feat/extend-campus-core into main 2026-04-24 08:25:17 +00:00
Showing only changes of commit 97fbc1cebe - Show all commits

View File

@@ -279,7 +279,7 @@ topology:
exec: exec:
- ip link set dev eth1 up - ip link set dev eth1 up
- ip addr add 10.60.60.101/24 dev eth1 - ip addr add 10.60.60.101/24 dev eth1
- ip route add default via 10.60.60.1 - ip route replace default via 10.60.60.1
campus-host2: campus-host2:
kind: linux kind: linux
@@ -292,7 +292,7 @@ topology:
exec: exec:
- ip link set dev eth1 up - ip link set dev eth1 up
- ip addr add 10.60.70.102/24 dev eth1 - ip addr add 10.60.70.102/24 dev eth1
- ip route add default via 10.60.70.1 - ip route replace default via 10.60.70.1
links: links:
# ===================================================== # =====================================================