CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/02 12:54:22
Modified files:
usr.sbin/bgpd : pfkey.c
Log message:
Fix breakage of md5 authentication.
The previous commit (rev 1.47) added a missing htonl in pfkey_send() but
didn't add a corresponding ntohl in pfkey_reply(). This patch fixes this.
Found the hard way by benno@, who also suggested the rename of spip
to spi.
OK benno@ claudio@ henning@
