From 21afacc96cb226e5a7918603b05399182cbc8172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Wed, 1 Apr 2020 18:56:01 +0200 Subject: [PATCH] Update topologies --- topologies/{abc_leafv4.yaml => abc_leafv4_mixed-link.yml} | 0 topologies/abcd_corev6.yaml | 6 ++++++ topologies/pair.yml | 3 +++ 3 files changed, 9 insertions(+) rename topologies/{abc_leafv4.yaml => abc_leafv4_mixed-link.yml} (100%) create mode 100644 topologies/abcd_corev6.yaml create mode 100644 topologies/pair.yml diff --git a/topologies/abc_leafv4.yaml b/topologies/abc_leafv4_mixed-link.yml similarity index 100% rename from topologies/abc_leafv4.yaml rename to topologies/abc_leafv4_mixed-link.yml diff --git a/topologies/abcd_corev6.yaml b/topologies/abcd_corev6.yaml new file mode 100644 index 0000000..5a5f011 --- /dev/null +++ b/topologies/abcd_corev6.yaml @@ -0,0 +1,6 @@ +--- +links: + - domains: ['a', 'b'] + - domains: ['b', 'c'] + enable_v4: false + - domains: ['c', 'd'] diff --git a/topologies/pair.yml b/topologies/pair.yml new file mode 100644 index 0000000..faa77cd --- /dev/null +++ b/topologies/pair.yml @@ -0,0 +1,3 @@ +--- +links: + - domains: ['a', 'b']