0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-03 07:31:54 +00:00

Merge commit '1fba34a7a1e245f08212a31a65030230da8c451d' into integrated

This commit is contained in:
Ondrej Zajicek 2014-04-29 16:24:59 +02:00
commit f353a1b09e

View File

@ -531,7 +531,7 @@ ospf_lsupd_prepare(struct proto_ospf *po, struct ospf_iface *ifa,
if ((pos + len) > ospf_pkt_bufsize(ifa))
{
/* Cannot fit in a tx buffer, skip that */
log(L_WARN "OSPF: LSA too large to send (Type: %04x, Id: %R, Rt: %R)",
log(L_ERR "OSPF: LSA too large to send (Type: %04x, Id: %R, Rt: %R)",
en->lsa_type, en->lsa.id, en->lsa.rt);
XXXX();
continue;