summaryrefslogtreecommitdiff
path: root/proto/bgp/packets.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/bgp/packets.c')
-rw-r--r--proto/bgp/packets.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/bgp/packets.c b/proto/bgp/packets.c
index 7ce2fd63..ddbc9226 100644
--- a/proto/bgp/packets.c
+++ b/proto/bgp/packets.c
@@ -1464,7 +1464,6 @@ bgp_rte_update(struct bgp_parse_state *s, const net_addr *n, u32 path_id, rta *a
rta *a = rta_clone(s->cached_rta);
rte *e = rte_get_temp(a, s->last_src);
- e->pflags = 0;
rte_update3(&s->channel->c, n, e, s->last_src);
}