if (monotime_since(&bgp->ebgprequirespolicywarning,
NULL) > FIFTEENMINUTE2USEC ||
bgp->ebgprequirespolicywarning.tv_sec == 0) {
- zlog_warn(
- "EBGP inbound/outbound policy not properly setup, please configure in order for your peering to work correctly");
+ zlog_warn("%pBP [Update:SEND] %pFX EBGP outbound policy not properly setup, please configure in order for your peering to work correctly",
+ peer, p);
monotime(&bgp->ebgprequirespolicywarning);
}
return false;
if (monotime_since(&bgp->ebgprequirespolicywarning, NULL) >
FIFTEENMINUTE2USEC ||
bgp->ebgprequirespolicywarning.tv_sec == 0) {
- zlog_warn(
- "EBGP inbound/outbound policy not properly setup, please configure in order for your peering to work correctly");
+ zlog_warn("%pBP rcvd UPDATE EBGP inbound policy not properly setup, please configure in order for your peering to work correctly",
+ peer);
monotime(&bgp->ebgprequirespolicywarning);
}
goto filtered;