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