summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_unnumbered_point_to_multipoint/r1/v4_route.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ospf_unnumbered_point_to_multipoint/r1/v4_route.json')
-rw-r--r--tests/topotests/ospf_unnumbered_point_to_multipoint/r1/v4_route.json122
1 files changed, 122 insertions, 0 deletions
diff --git a/tests/topotests/ospf_unnumbered_point_to_multipoint/r1/v4_route.json b/tests/topotests/ospf_unnumbered_point_to_multipoint/r1/v4_route.json
new file mode 100644
index 0000000..4395b74
--- /dev/null
+++ b/tests/topotests/ospf_unnumbered_point_to_multipoint/r1/v4_route.json
@@ -0,0 +1,122 @@
+{
+ "10.0.10.1\/32": [
+ {
+ "prefix": "10.0.10.1\/32",
+ "prefixLen": 32,
+ "protocol": "ospf",
+ "vrfId": 0,
+ "vrfName": "default",
+ "distance": 110,
+ "metric": 10,
+ "table": 254,
+ "internalStatus": 0,
+ "internalFlags": 0,
+ "internalNextHopNum": 1,
+ "internalNextHopActiveNum": 1
+ },
+ {
+ "prefix": "10.0.10.1\/32",
+ "prefixLen": 32,
+ "protocol": "local",
+ "vrfId": 0,
+ "vrfName": "default",
+ "distance": 0,
+ "metric": 0,
+ "installed": true,
+ "table": 254,
+ "internalStatus": 16,
+ "internalFlags": 0,
+ "internalNextHopNum": 1,
+ "internalNextHopActiveNum": 1
+ },
+ {
+ "prefix": "10.0.10.1\/32",
+ "prefixLen": 32,
+ "protocol": "connected",
+ "vrfId": 0,
+ "vrfName": "default",
+ "selected": true,
+ "destSelected": true,
+ "distance": 0,
+ "metric": 0,
+ "installed": true,
+ "table": 254,
+ "internalStatus": 16,
+ "internalFlags": 8,
+ "internalNextHopNum": 1,
+ "internalNextHopActiveNum": 1
+ }
+ ],
+ "10.0.20.1\/32": [
+ {
+ "prefix": "10.0.20.1\/32",
+ "prefixLen": 32,
+ "protocol": "ospf",
+ "vrfId": 0,
+ "vrfName": "default",
+ "selected": true,
+ "destSelected": true,
+ "distance": 110,
+ "metric": 20,
+ "installed": true,
+ "table": 254,
+ "internalStatus": 16,
+ "internalFlags": 8,
+ "internalNextHopNum": 1,
+ "internalNextHopActiveNum": 1
+ }
+ ],
+ "10.0.30.0\/24": [
+ {
+ "prefix": "10.0.30.0\/24",
+ "prefixLen": 24,
+ "protocol": "ospf",
+ "vrfId": 0,
+ "vrfName": "default",
+ "selected": true,
+ "destSelected": true,
+ "distance": 110,
+ "metric": 20,
+ "installed": true,
+ "table": 254,
+ "internalStatus": 16,
+ "internalFlags": 8,
+ "internalNextHopNum": 1,
+ "internalNextHopActiveNum": 1
+ }
+ ],
+ "10.1.1.2\/32": [
+ {
+ "prefix": "10.1.1.2\/32",
+ "prefixLen": 32,
+ "protocol": "local",
+ "vrfId": 0,
+ "vrfName": "default",
+ "distance": 0,
+ "metric": 0,
+ "installed": true,
+ "table": 254,
+ "internalStatus": 16,
+ "internalFlags": 0,
+ "internalNextHopNum": 1,
+ "internalNextHopActiveNum": 1
+ },
+ {
+ "prefix": "10.1.1.2\/32",
+ "prefixLen": 32,
+ "protocol": "connected",
+ "vrfId": 0,
+ "vrfName": "default",
+ "selected": true,
+ "destSelected": true,
+ "distance": 0,
+ "metric": 0,
+ "installed": true,
+ "table": 254,
+ "internalStatus": 16,
+ "internalFlags": 8,
+ "internalNextHopNum": 1,
+ "internalNextHopActiveNum": 1
+ }
+ ]
+}