bgpd no longer immediatly opens the connection to its peers so instead
authorclaudio <claudio@openbsd.org>
Wed, 15 Feb 2023 14:19:08 +0000 (14:19 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 15 Feb 2023 14:19:08 +0000 (14:19 +0000)
commit5412afca55847b0356719fed5eb1c79868b79c23
tree3999d444cd2408fac47e049fa9a99fd208f9e0cb
parent2bc3fe809bf5ea00e6a4151f6ae3e9153f1d6d7c
bgpd no longer immediatly opens the connection to its peers so instead
use 'bgpctl nei RDOMAIN2 up' to force the connection up. While there
use the same timeouts everywhere. May need further tuning but this
works for me.
Issue noticed by anton@
regress/usr.sbin/bgpd/integrationtests/l3vpn.sh
regress/usr.sbin/bgpd/integrationtests/maxcomm.sh
regress/usr.sbin/bgpd/integrationtests/maxprefix.sh
regress/usr.sbin/bgpd/integrationtests/maxprefixout.sh
regress/usr.sbin/bgpd/integrationtests/md5.sh
regress/usr.sbin/bgpd/integrationtests/network_statement.sh
regress/usr.sbin/bgpd/integrationtests/ovs.sh
regress/usr.sbin/bgpd/integrationtests/policy.sh