diff options
author | Ondrej Filip <feela@network.cz> | 2012-05-15 23:40:37 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2012-05-15 23:40:37 +0200 |
commit | 3fe1d9e4a40663b93b59f5b6f9d61af9dc6a8ae6 (patch) | |
tree | b30ffa4a722d776714cfe979090ee15e5cd74376 /proto/bgp | |
parent | 72b2db8db7534c52e928618410ec1f18787752c8 (diff) | |
parent | 95127cbbb76e8870e029454a5313bc4b6ce69a4a (diff) |
Merge branch 'master' of ssh://git.nic.cz/bird
Diffstat (limited to 'proto/bgp')
-rw-r--r-- | proto/bgp/packets.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/proto/bgp/packets.c b/proto/bgp/packets.c index 168025d0..cfa37fb5 100644 --- a/proto/bgp/packets.c +++ b/proto/bgp/packets.c @@ -1031,9 +1031,6 @@ bgp_do_rx_update(struct bgp_conn *conn, if (n = net_find(p->p.table, prefix, pxlen)) rte_update(p->p.table, n, &p->p, &p->p, NULL); } - - if (bgp_apply_limits(p) < 0) - goto done; } } |