Skip to content
Snippets Groups Projects
Commit 96ba5055 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Dataplane-in-a-box descriptors:

- Added 3rd router to manifest
parent c55feb04
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!172Resolve "(CTTC) Extend gNMI-OpenConfig SBI driver"
......@@ -39,6 +39,10 @@ topology:
kind: arista_ceos
mgmt-ipv4: 172.20.20.102
r3:
kind: arista_ceos
mgmt-ipv4: 172.20.20.103
dc1:
kind: linux
mgmt-ipv4: 172.20.20.211
......@@ -56,6 +60,7 @@ topology:
- ip route add 192.168.1.0/24 via 192.168.2.1
links:
- endpoints: ["r1:eth1", "r2:eth1"]
- endpoints: ["r1:eth2", "r2:eth1"]
- endpoints: ["r2:eth3", "r3:eth2"]
- endpoints: ["r1:eth10", "dc1:eth1"]
- endpoints: ["r2:eth10", "dc2:eth1"]
- endpoints: ["r3:eth10", "dc2:eth1"]
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