mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
debug -> DBG
This commit is contained in:
@@ -324,7 +324,7 @@ process_block( struct proto *p, struct rip_block *block, ip_addr whotoldme )
|
|||||||
if ((!metric) || (metric > P_CF->infinity)) {
|
if ((!metric) || (metric > P_CF->infinity)) {
|
||||||
#ifdef IPV6 /* Someone is sedning us nexthop and we are ignoring it */
|
#ifdef IPV6 /* Someone is sedning us nexthop and we are ignoring it */
|
||||||
if (metric == 0xff)
|
if (metric == 0xff)
|
||||||
{ debug( "IpV6 nexthop ignored" ); return; }
|
{ DBG( "IpV6 nexthop ignored" ); return; }
|
||||||
#endif
|
#endif
|
||||||
log( L_WARN "%s: Got metric %d from %I", P_NAME, metric, whotoldme );
|
log( L_WARN "%s: Got metric %d from %I", P_NAME, metric, whotoldme );
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user