diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2021-06-22 17:57:08 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2021-06-22 17:57:08 +0000 |
commit | 7e073ece9476af7b217cd7a1592a41a040e2c26d (patch) | |
tree | 14544171c0b5903ceff192e38f55490192248c62 /regress/usr.sbin | |
parent | 2e3c78c331ceee361000d6c66220d5718970f1d2 (diff) |
Adjust expected output after the change to show more proper info in Adj-RIB-Out
Diffstat (limited to 'regress/usr.sbin')
3 files changed, 12 insertions, 12 deletions
diff --git a/regress/usr.sbin/bgpd/integrationtests/eval_all.test1.ok b/regress/usr.sbin/bgpd/integrationtests/eval_all.test1.ok index f8841474fe8..5f3f7cc0565 100644 --- a/regress/usr.sbin/bgpd/integrationtests/eval_all.test1.ok +++ b/regress/usr.sbin/bgpd/integrationtests/eval_all.test1.ok @@ -1,20 +1,20 @@ BGP routing table entry for 10.0.1.0/24 - 64502 101 101 101 + 64500 64502 101 101 101 Nexthop 10.12.57.3 (via 10.12.57.3) Neighbor 10.12.57.4 (10.12.57.4) Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, external, valid BGP routing table entry for 10.12.1.0/24 - 64501 + 64500 64501 Nexthop 10.12.57.2 (via 10.12.57.2) Neighbor 10.12.57.4 (10.12.57.4) Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, external, valid BGP routing table entry for 10.12.2.0/24 - 64502 + 64500 64502 Nexthop 10.12.57.3 (via 10.12.57.3) Neighbor 10.12.57.4 (10.12.57.4) Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, external, valid BGP routing table entry for 10.12.1.0/24 - 64501 + 64500 64501 Nexthop 10.12.57.2 (via 10.12.57.2) Neighbor 10.12.57.5 (10.12.57.5) Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, external, valid diff --git a/regress/usr.sbin/bgpd/integrationtests/eval_all.test2.ok b/regress/usr.sbin/bgpd/integrationtests/eval_all.test2.ok index 810bd0b94a4..9c470ed8a82 100644 --- a/regress/usr.sbin/bgpd/integrationtests/eval_all.test2.ok +++ b/regress/usr.sbin/bgpd/integrationtests/eval_all.test2.ok @@ -1,10 +1,10 @@ BGP routing table entry for 10.12.1.0/24 - 64501 + 64500 64501 Nexthop 10.12.57.2 (via 10.12.57.2) Neighbor 10.12.57.4 (10.12.57.4) Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, external, valid BGP routing table entry for 10.12.1.0/24 - 64501 + 64500 64501 Nexthop 10.12.57.2 (via 10.12.57.2) Neighbor 10.12.57.5 (10.12.57.5) Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, external, valid diff --git a/regress/usr.sbin/bgpd/integrationtests/eval_all.test4.ok b/regress/usr.sbin/bgpd/integrationtests/eval_all.test4.ok index ced87188881..47f30870d62 100644 --- a/regress/usr.sbin/bgpd/integrationtests/eval_all.test4.ok +++ b/regress/usr.sbin/bgpd/integrationtests/eval_all.test4.ok @@ -1,30 +1,30 @@ BGP routing table entry for 10.0.1.0/24 - 64502 101 101 101 + 64500 64502 101 101 101 Nexthop 10.12.57.3 (via 10.12.57.3) Neighbor 10.12.57.4 (10.12.57.4) Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, external, valid BGP routing table entry for 10.12.1.0/24 - 64501 + 64500 64501 Nexthop 10.12.57.2 (via 10.12.57.2) Neighbor 10.12.57.4 (10.12.57.4) Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, external, valid BGP routing table entry for 10.12.2.0/24 - 64502 + 64500 64502 Nexthop 10.12.57.3 (via 10.12.57.3) Neighbor 10.12.57.4 (10.12.57.4) Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, external, valid BGP routing table entry for 10.0.1.0/24 - 64502 101 101 101 + 64500 64502 101 101 101 Nexthop 10.12.57.3 (via 10.12.57.3) Neighbor 10.12.57.5 (10.12.57.5) Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, external, valid BGP routing table entry for 10.12.1.0/24 - 64501 + 64500 64501 Nexthop 10.12.57.2 (via 10.12.57.2) Neighbor 10.12.57.5 (10.12.57.5) Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, external, valid BGP routing table entry for 10.12.2.0/24 - 64502 + 64500 64502 Nexthop 10.12.57.3 (via 10.12.57.3) Neighbor 10.12.57.5 (10.12.57.5) Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, external, valid |