With the addition of RA being turned on by default.
Spewing this error message when unable to connect
doesn't make much sense anymore.
Ticket: CM-10494
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Radhika Mahankali <radhika@cumulusnetworks.com>
return 1;
}
else
- zlog_warn("%s: IPv4 interface address is not /30 or /31, v4 session not started",
- peer->conf_if);
+ if (bgp_debug_neighbor_events(peer))
+ zlog_debug("%s: IPv4 interface address is not /30 or /31, v4 session not started",
+ peer->conf_if);
}
}