]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
OSPF: Do not originate Router-Information LSA
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Sat, 9 Feb 2019 15:15:01 +0000 (16:15 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Sat, 9 Feb 2019 15:15:01 +0000 (16:15 +0100)
As we do not have much usage for it yet.

proto/ospf/topology.c

index f9ca7bfcfd074fe6dd0fc0ac934bcdcedad6e9a2..40b511deeac2d099ce008542c596b1d6b7fffb30 100644 (file)
@@ -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;
     }
   }