mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 03:33:43 +00:00
18 lines
309 B
YAML
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"]
|