mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 05:27:47 +00:00
2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* *.c: Change level of debug messages to LOG_DEBUG.
This commit is contained in:
parent
c610681284
commit
557865c28e
@ -969,7 +969,7 @@ bgp_mp_reach_parse (struct peer *peer, bgp_size_t length, struct attr *attr,
|
|||||||
char buf2[INET6_ADDRSTRLEN];
|
char buf2[INET6_ADDRSTRLEN];
|
||||||
|
|
||||||
if (BGP_DEBUG (update, UPDATE_IN))
|
if (BGP_DEBUG (update, UPDATE_IN))
|
||||||
zlog_warn ("%s got two nexthop %s %s but second one is not a link-local nexthop", peer->host,
|
zlog_debug ("%s got two nexthop %s %s but second one is not a link-local nexthop", peer->host,
|
||||||
inet_ntop (AF_INET6, &attr->mp_nexthop_global,
|
inet_ntop (AF_INET6, &attr->mp_nexthop_global,
|
||||||
buf1, INET6_ADDRSTRLEN),
|
buf1, INET6_ADDRSTRLEN),
|
||||||
inet_ntop (AF_INET6, &attr->mp_nexthop_local,
|
inet_ntop (AF_INET6, &attr->mp_nexthop_local,
|
||||||
@ -1085,7 +1085,7 @@ bgp_attr_unknown (struct peer *peer, struct attr *attr, u_char flag,
|
|||||||
struct transit *transit;
|
struct transit *transit;
|
||||||
|
|
||||||
if (BGP_DEBUG (events, EVENTS))
|
if (BGP_DEBUG (events, EVENTS))
|
||||||
zlog (peer->log, LOG_INFO,
|
zlog (peer->log, LOG_DEBUG,
|
||||||
"Unknown attribute type %d length %d is received", type, length);
|
"Unknown attribute type %d length %d is received", type, length);
|
||||||
|
|
||||||
/* Forward read pointer of input stream. */
|
/* Forward read pointer of input stream. */
|
||||||
|
@ -273,7 +273,7 @@ bgp_notify_print(struct peer *peer, struct bgp_notify *bgp_notify,
|
|||||||
subcode_str, bgp_notify->length,
|
subcode_str, bgp_notify->length,
|
||||||
bgp_notify->data ? bgp_notify->data : "");
|
bgp_notify->data ? bgp_notify->data : "");
|
||||||
else if (BGP_DEBUG (normal, NORMAL))
|
else if (BGP_DEBUG (normal, NORMAL))
|
||||||
plog_info (peer->log, "%s %s NOTIFICATION %d/%d (%s%s) %d bytes %s",
|
plog_debug (peer->log, "%s %s NOTIFICATION %d/%d (%s%s) %d bytes %s",
|
||||||
peer ? peer->host : "",
|
peer ? peer->host : "",
|
||||||
direct, bgp_notify->code, bgp_notify->subcode,
|
direct, bgp_notify->code, bgp_notify->subcode,
|
||||||
LOOKUP (bgp_notify_msg, bgp_notify->code),
|
LOOKUP (bgp_notify_msg, bgp_notify->code),
|
||||||
|
Loading…
Reference in New Issue
Block a user