diff options
author | Maria Matejka <mq@ucw.cz> | 2022-03-09 11:28:34 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-03-09 11:29:56 +0100 |
commit | 19e727a248d15e9f8871986ac286cf74b3d86e61 (patch) | |
tree | 385b7cda6f528ed218190d57fca5dd361936a855 /proto/bgp/packets.c | |
parent | 8a4bc4fdbf2f4c6ccaa684c922779ddc11489e68 (diff) | |
parent | 60880b539b8886f76961125d89a265c6e1112b7a (diff) |
Merge commit '60880b539b8886f76961125d89a265c6e1112b7a' into haugesund
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 aeeb3c7a..66f14150 100644 --- a/proto/bgp/packets.c +++ b/proto/bgp/packets.c @@ -1393,8 +1393,6 @@ bgp_rte_update(struct bgp_parse_state *s, const net_addr *n, u32 path_id, rta *a 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); } |