diff options
Diffstat (limited to 'spec/ospf/config.yaml')
-rw-r--r-- | spec/ospf/config.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/spec/ospf/config.yaml b/spec/ospf/config.yaml new file mode 100644 index 0000000..b46047f --- /dev/null +++ b/spec/ospf/config.yaml @@ -0,0 +1,15 @@ +--- +vyos1: + :networks: + net1: "10.0.1.11/24" + net2: "10.0.2.11/24" +vyos2: + :networks: + net1: "10.0.1.12/24" + net3: "10.0.3.12/24" +vyos3: + :networks: + net2: "10.0.2.13/24" +vyos4: + :networks: + net3: "10.0.3.14/24" |