diff options
author | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2017-09-22 21:28:13 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-22 21:28:13 +0900 |
commit | 17fa6b1b227b3c46df8a344b88dfc559f2ad258a (patch) | |
tree | e8504025cc12dbc9dcf47eec7d5ac73824f7d0ad /spec/ospf/config.yaml | |
parent | 4110d2e31dc5403f4061d65161793b6accabb2b8 (diff) | |
parent | 1a32090164ba83424d0f8163b50328ef52ec4350 (diff) | |
download | vyos-integration-test-17fa6b1b227b3c46df8a344b88dfc559f2ad258a.tar.gz vyos-integration-test-17fa6b1b227b3c46df8a344b88dfc559f2ad258a.zip |
Merge pull request #2 from micho7/feature/add-ospf
added ospf ipv4 test
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" |