mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
Don't generate corrupted packets when sending only route deletes.
This commit is contained in:
parent
9cbf43eb8a
commit
507eea4c8b
@ -112,7 +112,7 @@ bgp_create_update(struct bgp_conn *conn, byte *buf)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
if (!a_size) /* Attributes not already encoded */
|
||||||
{
|
{
|
||||||
put_u16(w, 0);
|
put_u16(w, 0);
|
||||||
w += 2;
|
w += 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user