diff options
author | Daniel Baumann <daniel@debian.org> | 2024-11-17 07:11:26 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-11-17 07:11:26 +0100 |
commit | d5587ccda8edb748ca8bfd1f0ed92a801ac5bfc6 (patch) | |
tree | 705ea89e798053f9c227b85512bc9f5b437b0093 /tests/topotests/mgmt_oper/simple-results/result-lib.json | |
parent | Releasing debian version 10.1.1-3. (diff) | |
download | frr-d5587ccda8edb748ca8bfd1f0ed92a801ac5bfc6.tar.xz frr-d5587ccda8edb748ca8bfd1f0ed92a801ac5bfc6.zip |
Merging upstream version 10.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'tests/topotests/mgmt_oper/simple-results/result-lib.json')
-rw-r--r-- | tests/topotests/mgmt_oper/simple-results/result-lib.json | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/tests/topotests/mgmt_oper/simple-results/result-lib.json b/tests/topotests/mgmt_oper/simple-results/result-lib.json index 75414ca0..e2cfec97 100644 --- a/tests/topotests/mgmt_oper/simple-results/result-lib.json +++ b/tests/topotests/mgmt_oper/simple-results/result-lib.json @@ -38,7 +38,8 @@ "gateway": "", "interface": "r1-eth0", "active": [null], - "fib": [null] + "fib": [null], + "weight": 1 } ] } @@ -66,7 +67,8 @@ "gateway": "", "interface": "r1-eth0", "active": [null], - "fib": [null] + "fib": [null], + "weight": 1 } ] } @@ -130,7 +132,8 @@ "gateway": "", "interface": "r1-eth0", "active": [null], - "fib": [null] + "fib": [null], + "weight": 1 } ] } @@ -156,7 +159,8 @@ "gateway": "", "interface": "r1-eth0", "active": [null], - "fib": [null] + "fib": [null], + "weight": 1 } ] } @@ -224,7 +228,8 @@ "gateway": "", "interface": "r1-eth1", "active": [null], - "fib": [null] + "fib": [null], + "weight": 1 } ] } @@ -252,7 +257,8 @@ "gateway": "", "interface": "r1-eth1", "active": [null], - "fib": [null] + "fib": [null], + "weight": 1 } ] } @@ -287,7 +293,8 @@ "gateway": "", "interface": "r1-eth1", "active": [null], - "fib": [null] + "fib": [null], + "weight": 1 } ] } @@ -313,7 +320,8 @@ "gateway": "", "interface": "r1-eth1", "active": [null], - "fib": [null] + "fib": [null], + "weight": 1 } ] } |