summaryrefslogtreecommitdiff
path: root/proto/rip/rip.c
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-03-09 11:28:34 +0100
committerMaria Matejka <mq@ucw.cz>2022-03-09 11:29:56 +0100
commit19e727a248d15e9f8871986ac286cf74b3d86e61 (patch)
tree385b7cda6f528ed218190d57fca5dd361936a855 /proto/rip/rip.c
parent8a4bc4fdbf2f4c6ccaa684c922779ddc11489e68 (diff)
parent60880b539b8886f76961125d89a265c6e1112b7a (diff)
Merge commit '60880b539b8886f76961125d89a265c6e1112b7a' into haugesund
Diffstat (limited to 'proto/rip/rip.c')
-rw-r--r--proto/rip/rip.c2
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