From 541881bedf391d9a19f071b856dcbd55e850dece Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Thu, 16 Sep 2021 11:00:19 +0200 Subject: RIP fixup + dropping the tmp_attrs mechanism as obsolete --- proto/rip/rip.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'proto/rip/rip.c') diff --git a/proto/rip/rip.c b/proto/rip/rip.c index 0556939a..a501a784 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -210,8 +210,6 @@ rip_announce_rte(struct rip_proto *p, struct rip_entry *en) rta *a = rta_lookup(&a0); rte *e = rte_get_temp(a, p->p.main_source); - e->pflags = EA_ID_FLAG(EA_RIP_METRIC) | EA_ID_FLAG(EA_RIP_TAG); - rte_update(&p->p, en->n.addr, e); } else -- cgit v1.2.3