From: Ondrej Zajicek (work) Date: Sat, 9 Feb 2019 15:15:01 +0000 (+0100) Subject: OSPF: Do not originate Router-Information LSA X-Git-Tag: v2.0.4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e958e52d3ef0c38e5fb5e673bcce95d1c28ac0e;p=thirdparty%2Fbird.git OSPF: Do not originate Router-Information LSA As we do not have much usage for it yet. --- diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c index f9ca7bfcf..40b511dee 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; } }