summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2019-02-09 16:15:01 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2019-02-09 16:15:01 +0100
commit1e958e52d3ef0c38e5fb5e673bcce95d1c28ac0e (patch)
treec44afcc1735dfbd8928fafa1b46cc685c2874e28
parentcd16538fc91778e31f8241f62ee47056f099c051 (diff)
OSPF: Do not originate Router-Information LSA
As we do not have much usage for it yet.
-rw-r--r--proto/ospf/topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c
index f9ca7bfc..40b511de 100644
--- a/proto/ospf/topology.c
+++ b/proto/ospf/topology.c
@@ -1736,7 +1736,7 @@ ospf_update_topology(struct ospf_proto *p)
ospf_originate_rt_lsa(p, oa);
ospf_originate_prefix_rt_lsa(p, oa);
- ospf_originate_ri_lsa(p, oa);
+ // ospf_originate_ri_lsa(p, oa);
oa->update_rt_lsa = 0;
}
}