==== bgpd16 ==== bgpd -nv -f /dev/stdin < /home/src/regress/usr.sbin/bgpd/config/bgpd.conf.16.in | sed 's/router-id .*/router-id 127.0.0.1/' | diff -u /home/src/regress/usr.sbin/bgpd/config/bgpd.conf.16.ok /dev/stdin --- /home/src/regress/usr.sbin/bgpd/config/bgpd.conf.16.ok Tue Apr 9 11:33:46 2024 +++ /dev/stdin Wed Jun 3 11:38:32 2026 @@ -20,6 +20,7 @@ announce IPv4 flowspec announce IPv6 flowspec announce enhanced refresh yes + announce as4byte yes announce add-path recv yes announce add-path send all announce policy yes @@ -46,7 +47,6 @@ announce refresh enforce announce enhanced refresh enforce announce restart enforce - announce as4byte enforce announce add-path recv enforce announce add-path send best plus 3 enforce announce policy enforce *** Error 1 in config (Makefile:10 'bgpd16') FAILED ==== as0 ==== cc -O2 -pipe -g -MD -MP -o api-exabgp /home/src/regress/usr.sbin/bgpd/integrationtests/api-exabgp.c sed -e 's|##OBJDIR##|/home/src/regress/usr.sbin/bgpd/integrationtests/obj|g' /home/src/regress/usr.sbin/bgpd/integrationtests/exabgp.as0.test1.in > exabgp.as0.test1.conf || (rm exabgp.as0.test1.conf && exit 1) sed -e 's|##OBJDIR##|/home/src/regress/usr.sbin/bgpd/integrationtests/obj|g' /home/src/regress/usr.sbin/bgpd/integrationtests/exabgp.as0.test2.in > exabgp.as0.test2.conf || (rm exabgp.as0.test2.conf && exit 1) doas -n ksh /home/src/regress/usr.sbin/bgpd/integrationtests/as0.sh /usr/sbin/bgpd /home/src/regress/usr.sbin/bgpd/integrationtests 11 12 pair11 pair12 check if rdomains are busy check if interfaces are busy + echo setup setup + ifconfig pair11 rdomain 11 10.12.57.1/29 up + ifconfig pair12 rdomain 12 10.12.57.2/29 up + ifconfig pair12 alias 10.12.57.3/32 + ifconfig pair12 alias 10.12.57.4/32 + ifconfig pair11 patch pair12 + ifconfig lo11 inet 127.0.0.1/8 + ifconfig lo12 inet 127.0.0.1/8 + [ -p as0.fifo ] + mkfifo as0.fifo + echo run bgpd run bgpd + route -T 11 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.as0.conf + sleep 1 + echo test1 test1 + run_exabgp as0.test1 exabgp.as0.test1.conf + > as0.test1.out + 2>&1 + grep -q error[OPEN message error / Bad Peer AS] as0.test1.out + echo OK OK + echo test2 test2 + run_exabgp as0.test2 exabgp.as0.test2.conf + > as0.test2.out + 2>&1 + grep receive update announced as0.test2.out + sort + diff -u /home/src/regress/usr.sbin/bgpd/integrationtests/exabgp.as0.test2.ok /dev/stdin --- /home/src/regress/usr.sbin/bgpd/integrationtests/exabgp.as0.test2.ok Thu May 27 18:17:47 2021 +++ /dev/stdin Wed Jun 3 11:41:43 2026 @@ -1,5 +1,2 @@ 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 ) + error_notify 1 cleanup FAILED *** Error 1 in integrationtests (Makefile:89 'as0') FAILED