diff options
author | Maria Matejka <mq@ucw.cz> | 2021-09-16 11:00:19 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-10-13 19:09:04 +0200 |
commit | 541881bedf391d9a19f071b856dcbd55e850dece (patch) | |
tree | 2637b62e5190100096a559d9019abcfa36c11064 /proto/rip | |
parent | ddd89ba12d03d648e9bb820c6a4f48b1f96f15d2 (diff) |
RIP fixup + dropping the tmp_attrs mechanism as obsolete
Diffstat (limited to 'proto/rip')
-rw-r--r-- | proto/rip/rip.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |