mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
OSPF: Do not originate Router-Information LSA
As we do not have much usage for it yet.
This commit is contained in:
parent
cd16538fc9
commit
1e958e52d3
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user