diff options
Diffstat (limited to 'proto/bgp/packets.c')
-rw-r--r-- | proto/bgp/packets.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/bgp/packets.c b/proto/bgp/packets.c index 2f3f8ad..f1555ca 100644 --- a/proto/bgp/packets.c +++ b/proto/bgp/packets.c @@ -81,6 +81,7 @@ bgp_create_update(struct bgp_conn *conn, byte *buf) int r_size = 0; DBG("BGP: Sending update\n"); + /* FIXME: Better timing of updates */ w = buf+2; if ((buck = bgp->withdraw_bucket) && !EMPTY_LIST(buck->prefixes)) { |