diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2024-04-03 08:58:56 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2024-04-03 08:58:56 +0000 |
commit | bd27916226d163db26ed4692afa023fb67b09a68 (patch) | |
tree | f96da2ca3ba1b08094b557dea36138343035fc4a /regress/usr.sbin | |
parent | 76e077a286a7aaa3737fc76dea3e4e21d7091aad (diff) |
Switch one of the tcpmd5 passwords over to use the hex key instead.
This way both modes are tested.
Diffstat (limited to 'regress/usr.sbin')
-rw-r--r-- | regress/usr.sbin/bgpd/integrationtests/bgpd.md5.rdomain2.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |