Add a few topologies
This commit is contained in:
parent
c58bf6798a
commit
4c8d6540d4
3 changed files with 14 additions and 0 deletions
3
topologies/README.md
Normal file
3
topologies/README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Topologies
|
||||||
|
|
||||||
|
This directory contains various topologies useful to be kept.
|
4
topologies/abc.yaml
Normal file
4
topologies/abc.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
links:
|
||||||
|
- domains: ['a', 'b']
|
||||||
|
- domains: ['b', 'c']
|
7
topologies/abc_leafv4.yaml
Normal file
7
topologies/abc_leafv4.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
links:
|
||||||
|
- domains: ['a', 'b']
|
||||||
|
- domains: ['b', 'c']
|
||||||
|
domains:
|
||||||
|
b:
|
||||||
|
enable_v4: false
|
Loading…
Reference in a new issue