1
0
Fork 0
frr/tests/topotests/example_munet/munet.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
309 B
YAML
Raw Permalink Normal View History

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"]