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:
commit
f353a1b09e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user