mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-18 17:18:42 +00:00
Merge commit '2e484f8d' into thread-next
This commit is contained in:
commit
3ed6d0be93
@ -2001,9 +2001,9 @@ bgp_setup_out_table(struct bgp_channel *c)
|
||||
int
|
||||
bgp_preexport(struct channel *C, rte *e)
|
||||
{
|
||||
struct bgp_channel *c = (struct bgp_channel *) C;
|
||||
struct bgp_proto *p = (struct bgp_proto *) C->proto;
|
||||
struct bgp_proto *src = bgp_rte_proto(e);
|
||||
struct bgp_channel *c = (struct bgp_channel *) C;
|
||||
|
||||
/* Reject our routes */
|
||||
if (src == p)
|
||||
|
Loading…
Reference in New Issue
Block a user