From 7d88c65b12453634cfedf430d34c9c019c4fd009 Mon Sep 17 00:00:00 2001 From: claudio Date: Thu, 27 May 2021 16:17:47 +0000 Subject: [PATCH] With the update of tha as4byte code to RFC 6793 a 0 AS num in the AS4_PATH results in a attribute delete and so the prefix is now visible. Adjust expected file to match this. --- regress/usr.sbin/bgpd/integrationtests/exabgp.as0.test2.ok | 1 + 1 file changed, 1 insertion(+) diff --git a/regress/usr.sbin/bgpd/integrationtests/exabgp.as0.test2.ok b/regress/usr.sbin/bgpd/integrationtests/exabgp.as0.test2.ok index d7997c79d1a..daaa4666855 100644 --- a/regress/usr.sbin/bgpd/integrationtests/exabgp.as0.test2.ok +++ b/regress/usr.sbin/bgpd/integrationtests/exabgp.as0.test2.ok @@ -1,4 +1,5 @@ neighbor 10.12.57.1 receive update announced 10.12.1.0/24 next-hop 10.12.57.3 origin igp as-path [ 64500 64502 ] neighbor 10.12.57.1 receive update announced 10.12.3.0/24 next-hop 10.12.57.3 origin igp as-path [ 64500 64502 64505 ] neighbor 10.12.57.1 receive update announced 10.13.1.0/24 next-hop 10.12.57.4 origin igp as-path [ 64500 64503 ] +neighbor 10.12.57.1 receive update announced 10.13.2.0/24 next-hop 10.12.57.4 origin igp as-path [ 64500 64503 23456 64505 ] neighbor 10.12.57.1 receive update announced 10.13.3.0/24 next-hop 10.12.57.4 origin igp as-path [ 64500 64503 64505 ] aggregator ( 23456:127.0.0.1 ) -- 2.20.1