mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 12:39:21 +00:00
isisd: debug msg: display distance when adding redist route
Signed-off-by: G. Paul Ziemba <paulz@labn.net>
This commit is contained in:
parent
3d9f730216
commit
c44bd447cd
@ -254,8 +254,8 @@ void isis_redist_add(int type, struct prefix *p, u_char distance,
|
|||||||
char debug_buf[BUFSIZ];
|
char debug_buf[BUFSIZ];
|
||||||
prefix2str(p, debug_buf, sizeof(debug_buf));
|
prefix2str(p, debug_buf, sizeof(debug_buf));
|
||||||
|
|
||||||
zlog_debug("%s: New route %s from %s.", __func__, debug_buf,
|
zlog_debug("%s: New route %s from %s: distance %d.", __func__,
|
||||||
zebra_route_string(type));
|
debug_buf, zebra_route_string(type), distance);
|
||||||
|
|
||||||
if (!ei_table) {
|
if (!ei_table) {
|
||||||
zlog_warn("%s: External information table not initialized.",
|
zlog_warn("%s: External information table not initialized.",
|
||||||
|
Loading…
Reference in New Issue
Block a user