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