From 4795532162c534675d21bd61cc857f68689d6b21 Mon Sep 17 00:00:00 2001 From: claudio Date: Thu, 27 May 2021 16:10:29 +0000 Subject: [PATCH] File missed in a previous commit. Should fix the error on the eval_all test. --- .../bgpd/integrationtests/eval_all.test4.ok | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 regress/usr.sbin/bgpd/integrationtests/eval_all.test4.ok diff --git a/regress/usr.sbin/bgpd/integrationtests/eval_all.test4.ok b/regress/usr.sbin/bgpd/integrationtests/eval_all.test4.ok new file mode 100644 index 00000000000..ced87188881 --- /dev/null +++ b/regress/usr.sbin/bgpd/integrationtests/eval_all.test4.ok @@ -0,0 +1,30 @@ + +BGP routing table entry for 10.0.1.0/24 + 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 + 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 + 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 + 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 + 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 + 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 -- 2.20.1