diff options
author | Maria Matejka <mq@ucw.cz> | 2020-02-10 15:01:36 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-10-13 19:09:04 +0200 |
commit | ddd89ba12d03d648e9bb820c6a4f48b1f96f15d2 (patch) | |
tree | db2b51f6860d3c7559bc7a4a2742d87d201e222f /proto/bgp/packets.c | |
parent | e42eedb912428aa9af450b0426e53b0a7004dfb1 (diff) |
BGP: Moved the suppressed and stale flags to pflags
Diffstat (limited to 'proto/bgp/packets.c')
-rw-r--r-- | proto/bgp/packets.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/bgp/packets.c b/proto/bgp/packets.c index b8d80513..6bc71623 100644 --- a/proto/bgp/packets.c +++ b/proto/bgp/packets.c @@ -1366,8 +1366,6 @@ bgp_rte_update(struct bgp_parse_state *s, net_addr *n, u32 path_id, rta *a0) rte *e = rte_get_temp(a, s->last_src); e->pflags = 0; - e->u.bgp.suppressed = 0; - e->u.bgp.stale = -1; rte_update3(&s->channel->c, n, e, s->last_src); } |