CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/23 09:30:43
Modified files:
usr.sbin/ldpd : parse.y
Log message:
Fix router-id selection if static router-id is not given.
First convert IP addresses to host byte-order before checking which one
is smaller. Additionally fix the check to find the lowest configured IP
as suggested by the RFC.
Pulled from ospfd. Original author: claudio@
