Skip to content
Snippets Groups Projects
Commit e41e43f2 authored by David José Araújo Ferreira's avatar David José Araújo Ferreira
Browse files

containerlab pre-configured lab

parent 6c4ef63c
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!236Fixing containerlab hackfest example
......@@ -47,11 +47,17 @@ topology:
cpu: 0.1
memory: 100MB
mgmt-ipv4: 172.100.100.201
exec:
- ip address add 172.16.1.10/24 dev eth1
- ip route add 172.16.2.0/24 via 172.16.1.1
client2:
kind: linux
cpu: 0.1
memory: 100MB
mgmt-ipv4: 172.100.100.202
exec:
- ip address add 172.16.2.10/24 dev eth1
- ip route add 172.16.2.0/24 via 172.16.2.1
links:
- endpoints: ["srl1:e1-1", "srl2:e1-1"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment