Hi,
After upgrading a 7.3 to 7.4 OpenBSD box, I noticed OSPF adjacencies
using a password are not coming up with the following in /var/log/messages:
ospfd[55040]: recv_packet: authentication error, neighbor ID X.X.X.X
interface vlanXX
After removing the authentication, I was able to get adjacencies to come up.
Config contains:
password="XXXXXXXX"
auth-key $password
auth-type simple
This config was working perfectly fine until OpenBSD 7.3 but fails with 7.4
The 'only' way I found to have it working is to get rid of authentication.
Thanks
Laurent