==== attr ==== sed -e 's|##OBJDIR##|/home/src/regress/usr.sbin/bgpd/integrationtests/obj|g' /home/src/regress/usr.sbin/bgpd/integrationtests/exabgp.attr.in > exabgp.attr.conf || (rm exabgp.attr.conf && exit 1) doas -n ksh /home/src/regress/usr.sbin/bgpd/integrationtests/attr.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 attr.fifo ] + mkfifo attr.fifo + echo run bgpd run bgpd + route -T 11 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.attr.conf + sleep 1 + echo start exabgp start exabgp + sleep 6 + run_exabgp attr exabgp.attr.conf + > exabgp.attr.out + 2>&1 + echo test RFC 7606 attribute handling test RFC 7606 attribute handling + route -T 11 exec bgpctl sh rib in + tee attr.out flags: * = Valid, > = Selected, I = via IBGP, A = Announced, S = Stale, E = Error, F = Filtered, L = Leaked origin validation state: N = not-found, V = valid, ! = invalid aspa validation state: ? = unknown, V = valid, ! = invalid origin: i = IGP, e = EGP, ? = Incomplete flags vs destination gateway lpref med aspath origin + diff -u /home/src/regress/usr.sbin/bgpd/integrationtests/exabgp.attr.ok attr.out --- /home/src/regress/usr.sbin/bgpd/integrationtests/exabgp.attr.ok Thu Jan 30 12:55:24 2025 +++ attr.out Mon Mar 31 03:09:33 2025 @@ -5,21 +5,3 @@ origin: i = IGP, e = EGP, ? = Incomplete flags vs destination gateway lpref med aspath origin - N-? 10.12.0.0/24 10.12.57.3 100 0 64502 i - N-? 10.12.1.0/24 10.12.57.3 100 0 64502 i -E N-? 10.12.2.0/24 10.12.57.3 100 0 64502 i -E N-? 10.12.3.0/24 10.12.57.3 100 0 64502 i - N-? 10.12.4.0/24 10.12.57.3 100 0 64502 i - N-? 10.12.5.0/24 10.12.57.3 100 0 64502 i -E N-? 10.12.6.0/24 10.12.57.3 100 0 64502 i -E N-? 10.12.7.0/24 10.12.57.3 100 0 64502 i - N-? 10.12.8.0/24 10.12.57.3 100 0 64502 i -I N-? 10.13.0.0/24 10.12.57.4 100 0 i -I N-? 10.13.1.0/24 10.12.57.4 100 0 i -EI N-? 10.13.2.0/24 10.12.57.4 100 0 i -EI N-? 10.13.3.0/24 10.12.57.4 100 0 i -I N-? 10.13.4.0/24 10.12.57.4 100 0 i -I N-? 10.13.5.0/24 10.12.57.4 100 0 i -EI N-? 10.13.6.0/24 10.12.57.4 100 0 i -EI N-? 10.13.7.0/24 10.12.57.4 100 0 i -EI N-? 10.13.8.0/24 10.12.57.4 100 0 i + error_notify 1 cleanup FAILED *** Error 1 in integrationtests (Makefile:98 'attr') FAILED