mirror_frr/tests/topotests/example_munet/munet.yaml
Christian Hopps a929d94ff5 tests: add an example of using munet native config
Signed-off-by: Christian Hopps <chopps@labn.net>
2023-04-23 15:02:46 -04:00

18 lines
309 B
YAML

version: 1
topology:
ipv6-enable: true
networks-autonumber: true
networks:
- name: net1
- name: net2
nodes:
- name: r1
kind: frr
connections: ["net1"]
- name: r2
kind: frr
connections: ["net1", "net2"]
- name: r3
kind: frr
connections: ["net2"]