CVSROOT: /cvs Module name: src Changes by: ren...@cvs.openbsd.org 2016/06/09 11:57:55
Modified files: usr.sbin/ldpd : packet.c Log message: Do set the Message ID for Hello messages too. In the original LDP specification, there was no circumstance where a Notification message could be sent in response to a Hello message. So setting the Message ID field for Hello packets was useless. This changed with RFC 7552, where Hello packets can trigger the "Transport Connection Mismatch" notification when the local and remote transport preferences doesn't match. In this case, having a meaningful Message ID in the Hello packets can aid in testing and troubleshooting.