From 839375b8add069d3256d3e8fec923dbb9eb24b81 Mon Sep 17 00:00:00 2001 From: claudio Date: Wed, 3 Apr 2024 08:58:55 +0000 Subject: [PATCH] Switch one of the tcpmd5 passwords over to use the hex key instead. This way both modes are tested. --- regress/usr.sbin/bgpd/integrationtests/bgpd.md5.rdomain2.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/usr.sbin/bgpd/integrationtests/bgpd.md5.rdomain2.conf b/regress/usr.sbin/bgpd/integrationtests/bgpd.md5.rdomain2.conf index a4d0836da6c..16d47d045da 100644 --- a/regress/usr.sbin/bgpd/integrationtests/bgpd.md5.rdomain2.conf +++ b/regress/usr.sbin/bgpd/integrationtests/bgpd.md5.rdomain2.conf @@ -5,7 +5,7 @@ fib-update no neighbor 10.12.57.1 { descr "RDOMAIN1" remote-as 4200000001 - tcp md5sig password password1 + tcp md5sig key 70617373776f726431 } deny from any -- 2.20.1