]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/example_munet/munet.yaml
Merge pull request #13455 from sri-mohan1/srib-ldpd
[mirror_frr.git] / tests / topotests / example_munet / munet.yaml
1 version: 1
2 topology:
3 ipv6-enable: true
4 networks-autonumber: true
5 networks:
6 - name: net1
7 - name: net2
8 nodes:
9 - name: r1
10 kind: frr
11 connections: ["net1"]
12 - name: r2
13 kind: frr
14 connections: ["net1", "net2"]
15 - name: r3
16 kind: frr
17 connections: ["net2"]