diff options
Diffstat (limited to 'tests/topotests/mgmt_oper/simple-results/result-lib-vrf-red.json')
-rw-r--r-- | tests/topotests/mgmt_oper/simple-results/result-lib-vrf-red.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/topotests/mgmt_oper/simple-results/result-lib-vrf-red.json b/tests/topotests/mgmt_oper/simple-results/result-lib-vrf-red.json index 05382316..3567f35a 100644 --- a/tests/topotests/mgmt_oper/simple-results/result-lib-vrf-red.json +++ b/tests/topotests/mgmt_oper/simple-results/result-lib-vrf-red.json @@ -38,7 +38,8 @@ "gateway": "", "interface": "r1-eth1", "active": [null], - "fib": [null] + "fib": [null], + "weight": 1 } ] } @@ -66,7 +67,8 @@ "gateway": "", "interface": "r1-eth1", "active": [null], - "fib": [null] + "fib": [null], + "weight": 1 } ] } @@ -101,7 +103,8 @@ "gateway": "", "interface": "r1-eth1", "active": [null], - "fib": [null] + "fib": [null], + "weight": 1 } ] } @@ -127,7 +130,8 @@ "gateway": "", "interface": "r1-eth1", "active": [null], - "fib": [null] + "fib": [null], + "weight": 1 } ] } |