==== md5 ==== doas -n ksh /home/src/regress/usr.sbin/bgpd/integrationtests/md5.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/30 up + ifconfig pair12 rdomain 12 10.12.57.2/30 up + ifconfig pair11 patch pair12 + ifconfig lo11 inet 127.0.0.1/8 + ifconfig lo12 inet 127.0.0.1/8 + echo run bgpds run bgpds + route -T 11 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.md5.rdomain1.conf + sleep 1 + route -T 12 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.md5.rdomain2.conf + sleep 1 + route -T 11 exec bgpctl nei RDOMAIN2 up request processed + sleep 1 + echo test1 test1 + route -T 11 exec bgpctl sh sum + awk { if ($1 ~ /^RDOMAIN2/) { f=1; print $7; if ($7 == "0") { print "ok"; exit 0; } else { print "no session"; exit 1; } }} END { if (f != 1) { print "bad bgpctl output"; exit 2; }} Active no session + error_notify 1 cleanup FAILED *** Error 1 in integrationtests (Makefile:19 'md5') FAILED ==== ovs ==== doas -n ksh /home/src/regress/usr.sbin/bgpd/integrationtests/ovs.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/30 up + ifconfig pair12 rdomain 12 10.12.57.2/30 up + ifconfig pair11 patch pair12 + ifconfig lo11 inet 127.0.0.1/8 + ifconfig lo12 inet 127.0.0.1/8 + echo add routes add routes + route -T 11 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.ovs.rdomain1.conf + route -T 12 add 10.12.58.0/24 10.12.57.1 add net 10.12.58.0/24: gateway 10.12.57.1 + ifconfig pair12 alias 10.12.59.1/24 + route -T 12 add -label PAIR2RTABLE 10.12.60.0/24 10.12.57.1 add net 10.12.60.0/24: gateway 10.12.57.1 + route -T 12 add -priority 55 10.12.61.0/24 10.12.57.1 add net 10.12.61.0/24: gateway 10.12.57.1 + route -T 12 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.ovs.rdomain2.conf + sleep 1 + route -T 11 exec bgpctl nei RDOMAIN2 up request processed + sleep 1 + echo test 1 test 1 + route -T 11 exec bgpctl sh rib ovs valid + grep 10.12.62.0/24 + error_notify 1 cleanup FAILED *** Error 1 in integrationtests (Makefile:22 'ovs') FAILED ==== capa ==== doas -n ksh /home/src/regress/usr.sbin/bgpd/integrationtests/capa.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.254/24 up + ifconfig pair12 rdomain 12 10.12.57.1/24 up + ifconfig pair12 alias 10.12.57.2/32 up + ifconfig pair12 alias 10.12.57.3/32 up + ifconfig pair12 alias 10.12.57.4/32 up + ifconfig pair12 alias 10.12.57.5/32 up + ifconfig pair12 alias 10.12.57.6/32 up + ifconfig pair12 alias 10.12.57.7/32 up + ifconfig pair11 patch pair12 + ifconfig lo11 inet 127.0.0.1/8 + ifconfig lo12 inet 127.0.0.1/8 + echo test1: no capability test1: no capability + test_bgpd Last error sent: error in OPEN message, unsupported capability no + route -T 11 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.capa.master.conf + route -T 12 exec /usr/sbin/bgpd -DNUM=1 -DCAPA=as-4byte no -DSOCK="/var/run/bgpd.sock.c1" -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.capa.client.conf + route -T 12 exec /usr/sbin/bgpd -DNUM=2 -DCAPA=enhanced refresh no -DSOCK="/var/run/bgpd.sock.c2" -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.capa.client.conf + route -T 12 exec /usr/sbin/bgpd -DNUM=3 -DCAPA=refresh no -DSOCK="/var/run/bgpd.sock.c3" -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.capa.client.conf + route -T 12 exec /usr/sbin/bgpd -DNUM=4 -DCAPA=restart no -DSOCK="/var/run/bgpd.sock.c4" -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.capa.client.conf + route -T 12 exec /usr/sbin/bgpd -DNUM=5 -DCAPA=inet none -DSOCK="/var/run/bgpd.sock.c5" -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.capa.client.conf + route -T 12 exec /usr/sbin/bgpd -DNUM=6 -DCAPA=add-path send no -DSOCK="/var/run/bgpd.sock.c6" -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.capa.client.conf + route -T 12 exec /usr/sbin/bgpd -DNUM=7 -DCAPA=add-path recv no -DSOCK="/var/run/bgpd.sock.c7" -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.capa.client.conf + sleep 1 + route -T 11 exec bgpctl nei group TEST up request processed + sleep 1 + route -T 11 exec bgpctl show nei PEER1 + grep Last error sent: error in OPEN message, unsupported capability + error_notify 1 cleanup FAILED *** Error 1 in integrationtests (Makefile:25 'capa') FAILED ==== policy ==== doas -n ksh /home/src/regress/usr.sbin/bgpd/integrationtests/policy.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.254/24 up + ifconfig pair12 rdomain 12 10.12.57.1/24 up + ifconfig pair12 alias 10.12.57.2/32 up + ifconfig pair12 alias 10.12.57.3/32 up + ifconfig pair12 alias 10.12.57.4/32 up + ifconfig pair12 alias 10.12.57.5/32 up + ifconfig pair11 patch pair12 + ifconfig lo11 inet 127.0.0.1/8 + ifconfig lo12 inet 127.0.0.1/8 + echo test1: no policy test1: no policy + test_bgpd Last error sent: error in OPEN message, role mismatch none none none none none + e=Last error sent: error in OPEN message, role mismatch + shift + route -T 11 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.op.master.conf + i=1 + route -T 12 exec /usr/sbin/bgpd -DNUM=1 -DPOLICY=none -DSOCK="/var/run/bgpd.sock.c1" -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.op.client.conf + i=2 + route -T 12 exec /usr/sbin/bgpd -DNUM=2 -DPOLICY=none -DSOCK="/var/run/bgpd.sock.c2" -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.op.client.conf + i=3 + route -T 12 exec /usr/sbin/bgpd -DNUM=3 -DPOLICY=none -DSOCK="/var/run/bgpd.sock.c3" -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.op.client.conf + i=4 + route -T 12 exec /usr/sbin/bgpd -DNUM=4 -DPOLICY=none -DSOCK="/var/run/bgpd.sock.c4" -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.op.client.conf + i=5 + route -T 12 exec /usr/sbin/bgpd -DNUM=5 -DPOLICY=none -DSOCK="/var/run/bgpd.sock.c5" -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.op.client.conf + i=6 + sleep 1 + route -T 11 exec bgpctl nei group TEST up request processed + sleep 1 + route -T 11 exec bgpctl show nei PEER1 + grep Last error sent: error in OPEN message, role mismatch + error_notify 1 cleanup FAILED *** Error 1 in integrationtests (Makefile:28 'policy') FAILED ==== pftable ==== doas -n ksh /home/src/regress/usr.sbin/bgpd/integrationtests/pftable.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 pair11 patch pair12 + ifconfig lo11 inet 127.0.0.1/8 + ifconfig lo12 inet 127.0.0.1/8 + pfctl -q -t bgpd_integ_test -T add 1.1.1.1 + pfctl -q -t bgpd_integ_test -T del 1.1.1.1 + echo run bgpds run bgpds + route -T 11 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.pftable.rdomain1.conf + sleep 2 + route -T 12 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.pftable.rdomain2_1.conf + route -T 12 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.pftable.rdomain2_2.conf + sleep 3 + echo Check default prefixes Check default prefixes + route -T 11 exec bgpctl show Neighbor AS MsgRcvd MsgSent OutQ Up/Down State/PrfRcvd RDOMAIN2_1 4200000002 0 1 0 00:00:05 Active RDOMAIN2_2 4200000003 0 1 0 00:00:05 Active + echo List pf table List pf table + pfctl -t bgpd_integ_test -T show + pfctl -t bgpd_integ_test -T test 10.12.62.1 0/1 addresses match. + error_notify 2 cleanup FAILED *** Error 1 in integrationtests (Makefile:31 'pftable') FAILED ==== maxprefix ==== doas -n ksh /home/src/regress/usr.sbin/bgpd/integrationtests/maxprefix.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/30 up + ifconfig pair12 rdomain 12 10.12.57.2/30 up + ifconfig pair11 patch pair12 + ifconfig lo11 inet 127.0.0.1/8 + ifconfig lo12 inet 127.0.0.1/8 + echo test1: run bgpds test1: run bgpds + sed -e s/#MAX-PREFIX#/max-prefix 2/ /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.maxprefix.rdomain2.conf + > ./bgpd.maxprefix.rdomain2.conf + route -T 11 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.maxprefix.rdomain1.conf + route -T 12 exec /usr/sbin/bgpd -v -f ./bgpd.maxprefix.rdomain2.conf + sleep 1 + route -T 11 exec bgpctl nei RDOMAIN2 up request processed + sleep 1 + echo test1: add two networks test1: add two networks + route -T 11 exec bgpctl network add 10.12.58.0/24 request sent. + route -T 11 exec bgpctl network add 10.12.59.0/24 request sent. + sleep 1 + route -T 11 exec bgpctl show nei + awk /^ Prefixes/ { if ($2 == "2") { print "ok"; ok=1; exit 0; } } END { if (ok != 1) { print "bad bgpctl output"; exit 2; } } bad bgpctl output + error_notify 2 cleanup FAILED *** Error 1 in integrationtests (Makefile:37 'maxprefix') FAILED ==== maxprefixout ==== doas -n ksh /home/src/regress/usr.sbin/bgpd/integrationtests/maxprefixout.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/30 up + ifconfig pair12 rdomain 12 10.12.57.2/30 up + ifconfig pair11 patch pair12 + ifconfig lo11 inet 127.0.0.1/8 + ifconfig lo12 inet 127.0.0.1/8 + echo test1: run bgpds test1: run bgpds + sed -e s/#MAX-PREFIX#/max-prefix 2 out/ /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.maxprefixout.rdomain1.conf + > ./bgpd.maxprefixout.rdomain1.conf + route -T 11 exec /usr/sbin/bgpd -v -f ./bgpd.maxprefixout.rdomain1.conf + route -T 12 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.maxprefixout.rdomain2.conf + sleep 1 + route -T 11 exec bgpctl nei RDOMAIN2 up request processed + sleep 1 + echo test1: add two networks test1: add two networks + route -T 11 exec bgpctl network add 10.12.58.0/24 request sent. + route -T 11 exec bgpctl network add 10.12.59.0/24 request sent. + sleep 1 + route -T 11 exec bgpctl show nei + awk /^ Prefixes/ { if ($2 == "2") { print "ok"; ok=1; exit 0; } } END { if (ok != 1) { print "bad bgpctl output"; exit 2; } } bad bgpctl output + error_notify 2 cleanup FAILED *** Error 1 in integrationtests (Makefile:40 'maxprefixout') FAILED ==== maxcomm ==== doas -n ksh /home/src/regress/usr.sbin/bgpd/integrationtests/maxcomm.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/30 up + ifconfig pair12 rdomain 12 10.12.57.2/30 up + ifconfig pair11 patch pair12 + ifconfig lo11 inet 127.0.0.1/8 + ifconfig lo12 inet 127.0.0.1/8 + echo run bgpds run bgpds + route -T 11 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.maxcomm.rdomain1.conf + route -T 12 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.maxcomm.rdomain2.conf + sleep 1 + route -T 11 exec bgpctl nei RDOMAIN2 up request processed + sleep 1 + route -T 11 exec bgpctl sh rib + tee maxcomm.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 + sleep .2 + diff -u /home/src/regress/usr.sbin/bgpd/integrationtests/maxcomm.ok maxcomm.out --- /home/src/regress/usr.sbin/bgpd/integrationtests/maxcomm.ok Thu Jan 30 12:55:24 2025 +++ maxcomm.out Thu Jul 23 05:44:05 2026 @@ -5,22 +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.2 100 0 4200000002 i -*> N-? 10.12.1.0/24 10.12.57.2 100 1 4200000002 i -*> N-? 10.12.2.0/24 10.12.57.2 100 1 4200000002 i -*> N-? 10.12.3.0/24 10.12.57.2 100 3 4200000002 i -*> N-? 10.12.4.0/24 10.12.57.2 100 3 4200000002 i -*> N-? 10.13.0.0/24 10.12.57.2 100 0 4200000002 i -*> N-? 10.13.1.0/24 10.12.57.2 100 10 4200000002 i -*> N-? 10.13.2.0/24 10.12.57.2 100 10 4200000002 i -*> N-? 10.13.3.0/24 10.12.57.2 100 30 4200000002 i -*> N-? 10.13.4.0/24 10.12.57.2 100 30 4200000002 i -*> N-? 10.14.0.0/24 10.12.57.2 100 0 4200000002 i -*> N-? 10.14.1.0/24 10.12.57.2 100 100 4200000002 i -*> N-? 10.14.2.0/24 10.12.57.2 100 100 4200000002 i -*> N-? 10.14.3.0/24 10.12.57.2 100 300 4200000002 i -*> N-? 10.14.4.0/24 10.12.57.2 100 300 4200000002 i -*> N-? 10.15.0.0/24 10.12.57.2 100 0 4200000002 i -*> N-? 10.15.1.0/24 10.12.57.2 100 111 4200000002 i -*> N-? 10.15.2.0/24 10.12.57.2 100 1111 4200000002 i -*> N-? 10.15.3.0/24 10.12.57.2 100 1333 4200000002 i + error_notify 1 cleanup FAILED *** Error 1 in integrationtests (Makefile:43 'maxcomm') FAILED ==== l3vpn ==== doas -n ksh /home/src/regress/usr.sbin/bgpd/integrationtests/l3vpn.sh /usr/sbin/bgpd /home/src/regress/usr.sbin/bgpd/integrationtests 11 12 pair11 pair12 13 14 check if rdomains are busy check if interfaces are busy + echo setup setup + ifconfig pair11 rdomain 11 10.12.57.1/29 mpls up + ifconfig pair12 rdomain 12 10.12.57.2/29 mpls up + ifconfig pair11 inet6 2001:db8:57::1/64 + ifconfig pair12 inet6 2001:db8:57::2/64 + ifconfig pair11 patch pair12 + ifconfig lo11 inet 127.0.0.1/8 + ifconfig lo12 inet 127.0.0.1/8 + ifconfig mpe13 rdomain 13 mplslabel 42 192.168.237.242/32 + ifconfig mpe14 rdomain 14 mplslabel 44 192.168.237.244/32 + ifconfig mpe13 inet6 2001:db8:242::242/64 + ifconfig mpe14 inet6 2001:db8:244::244/64 + ifconfig lo13 inet 127.0.0.1/8 + ifconfig lo14 inet 127.0.0.1/8 + echo run bgpds run bgpds + route -T 11 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.l3vpn.rdomain1.conf + route -T 12 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.l3vpn.rdomain2.conf + sleep 1 + route -T 11 exec bgpctl nei RDOMAIN2 up request processed + route -T 11 exec bgpctl nei RDOMAIN2v6 up request processed + sleep 1 + echo Check initial networks Check initial networks + route -T 11 exec bgpctl show Neighbor AS MsgRcvd MsgSent OutQ Up/Down State/PrfRcvd RDOMAIN2 4200000002 0 1 0 00:00:02 Active RDOMAIN2v6 4200000002 0 1 0 00:00:02 Active + route -T 11 exec bgpctl show rib 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 AI*> N-? rd 4200000001:13 192.168.42.0/24 rd 0:0 0.0.0.0 100 0 i AI*> N-? rd 4200000001:13 2001:db8:42:42::/64 rd 0:0 :: 100 0 i + route -T 11 exec bgpctl show fib table 13 flags: B = BGP, C = Connected, S = Static N = BGP Nexthop reachable via this route r = reject route, b = blackhole route flags prio destination gateway C 1 127.0.0.1/32 link#531 C 1 192.168.237.242/32 link#530 C 1 ::1/128 link#531 C 4 2001:db8:242::/64 link#530 C 1 2001:db8:242::242/128 link#530 C 4 fe80::%mpe13/64 link#530 C 1 fe80::1%lo13/128 link#531 C 1 fe80::2ad2:44ff:fea1:8294%mpe13/128 link#530 C 4 ff01::%lo13/32 link#531 C 4 ff02::%lo13/32 link#531 + route -T 13 -n show Routing tables Internet: Destination Gateway Flags Refs Use Mtu Prio Iface 127.0.0.1 127.0.0.1 UHl 0 0 32768 1 lo13 192.168.237.242 192.168.237.242 UHl 0 0 - 1 mpe13 Internet6: Destination Gateway Flags Refs Use Mtu Prio Iface ::1 ::1 UHl 0 0 32768 1 lo13 2001:db8:242::/64 2001:db8:242::242 Cn 0 0 - 4 mpe13 2001:db8:242::242 2001:db8:242::242 UHl 0 0 - 1 mpe13 fe80::%mpe13/64 fe80::2ad2:44ff:fea1:8294%mpe13 n 0 0 - 4 mpe13 fe80::2ad2:44ff:fea1:8294%mpe13 fe80::2ad2:44ff:fea1:8294%mpe13 UHl 0 0 - 1 mpe13 fe80::1%lo13 fe80::1%lo13 UHl 0 0 32768 1 lo13 ff01::%lo13/32 fe80::1%lo13 Um 0 1 32768 4 lo13 ff02::%lo13/32 fe80::1%lo13 Um 0 1 32768 4 lo13 + route -T 13 -n get 192.168.44/24 + > /dev/null + error_notify 1 + echo cleanup cleanup + pkill -T 11 bgpd + pkill -T 12 bgpd + sleep 1 + ifconfig pair11 destroy + ifconfig pair12 destroy + ifconfig mpe13 destroy + ifconfig mpe14 destroy + route -qn -T 11 flush + route -qn -T 12 flush + route -qn -T 13 flush + route -qn -T 14 flush + ifconfig lo11 destroy + ifconfig lo12 destroy + ifconfig lo13 destroy + ifconfig lo14 destroy + [ 1 -ne 0 ] + echo FAILED FAILED + exit 1 *** Error 1 in integrationtests (Makefile:49 'l3vpn') FAILED ==== ixp ==== doas -n ksh /home/src/regress/usr.sbin/bgpd/integrationtests/ixp.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 192.0.2.2/24 up + ifconfig pair12 rdomain 12 192.0.2.11/24 up + ifconfig pair12 alias 192.0.2.21/32 + ifconfig pair12 alias 192.0.2.31/32 + ifconfig pair12 alias 192.0.2.41/32 + ifconfig pair11 patch pair12 + ifconfig lo11 inet 127.0.0.1/8 + ifconfig lo12 inet 127.0.0.1/8 + echo run bgpds run bgpds + route -T 11 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain1.conf + sleep 2 + route -T 12 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_1.conf + route -T 12 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_2.conf + route -T 12 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_3.conf + route -T 12 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.ixp.rdomain2_4.conf + wait_until route -T 11 exec bgpctl show rib detail | ! cmp /dev/null - + route -T 11 exec bgpctl show rib detail + cmp /dev/null - + route -T 11 exec bgpctl show rib detail + cmp /dev/null - + route -T 11 exec bgpctl show rib detail + cmp /dev/null - + route -T 11 exec bgpctl show rib detail + cmp /dev/null - + route -T 11 exec bgpctl show rib detail + cmp /dev/null - + route -T 11 exec bgpctl show rib detail + cmp /dev/null - + route -T 11 exec bgpctl show rib detail + cmp /dev/null - + route -T 11 exec bgpctl show rib detail + cmp /dev/null - timeout + error_notify 1 cleanup FAILED *** Error 1 in integrationtests (Makefile:52 'ixp') FAILED ==== extnh ==== doas -n ksh /home/src/regress/usr.sbin/bgpd/integrationtests/extnh.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 up + ifconfig pair12 rdomain 12 up + ifconfig pair11 inet6 2001:db8:57::1/64 + ifconfig pair12 inet6 2001:db8:57::2/64 + ifconfig pair12 inet6 2001:db8:57::3/128 + ifconfig pair11 patch pair12 + ifconfig lo11 inet 127.0.0.1/8 + ifconfig lo12 inet 127.0.0.1/8 + echo run bgpds run bgpds + route -T 11 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.extnh.rdomain1.conf + sleep 2 + route -T 12 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.extnh.rdomain2_1.conf + route -T 12 exec /usr/sbin/bgpd -v -f /home/src/regress/usr.sbin/bgpd/integrationtests/bgpd.extnh.rdomain2_2.conf + sleep 5 + echo test test + echo router 1 in rdomain 11 + > extnh.test1.out + route -T 11 exec bgpctl show rib + tee -a extnh.test1.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 + echo router 2_1 in rdomain 12 + >> extnh.test1.out + route -T 12 exec bgpctl show rib + tee -a extnh.test1.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 AI*> N-? 192.168.1.0/24 0.0.0.0 100 0 i + echo check results check results + diff -u /home/src/regress/usr.sbin/bgpd/integrationtests/extnh.test1.ok extnh.test1.out --- /home/src/regress/usr.sbin/bgpd/integrationtests/extnh.test1.ok Thu Jan 30 12:55:24 2025 +++ extnh.test1.out Thu Jul 23 05:44:42 2026 @@ -6,8 +6,6 @@ origin: i = IGP, e = EGP, ? = Incomplete flags vs destination gateway lpref med aspath origin -*> N-? 192.168.1.0/24 2001:db8:57::2 100 0 4200000002 i -*> N-? 192.168.2.0/24 2001:db8:57::3 100 0 4200000003 i router 2_1 in rdomain 12 flags: * = Valid, > = Selected, I = via IBGP, A = Announced, S = Stale, E = Error, F = Filtered, L = Leaked @@ -17,4 +15,3 @@ flags vs destination gateway lpref med aspath origin AI*> N-? 192.168.1.0/24 0.0.0.0 100 0 i -*> N-? 192.168.2.0/24 2001:db8:57::3 100 0 4200000001 4200000003 i + error_notify 1 cleanup FAILED *** Error 1 in integrationtests (Makefile:61 'extnh') FAILED