CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/05/23 10:20:59
Modified files:
usr.sbin/ldpd : adjacency.c control.c hello.c init.c
interface.c kroute.c l2vpn.c lde.c log.c
neighbor.c notification.c packet.c parse.y
pfkey.c
Log message:
Standardize some log messages and fix some inconsistencies.
We were using several different names for the same thing in our log
messages: neighbor, neighbor ID, nbr ID and LSR ID.
Standardize to always use "lsr-id" to refer to a neighbor.
Also:
* Use log_warnx() instead of log_warn() when appropriate;
* Use fatal(x) instead of err(x) when appropriate;
* Fix some inconsistent log messages.