commit | bd5403778b0d96258730050e4526c7c72903e60b | [log] [tgz] |
---|---|---|
author | Joakim Tjernlund <Joakim.Tjernlund@transmode.se> | Mon Jul 27 12:42:31 2009 +0200 |
committer | Paul Jakma <paul@quagga.net> | Thu Jul 30 16:18:30 2009 +0100 |
tree | bcd21a0f78175f0693857bc7eaadef30d8b3c4a6 | |
parent | 4a5f432fa07f33da5ad05d18e4ba81d57b44af8e [diff] |
ospfd: Discriminate better when selecting links between vertices in SPF * ospf_spf.c: (ospf_get_next_link) One must check the vertex type, Router or Network, to select type link to match against. Link type 1 has neighbour router ID in link_id and link type 2 has IP address of DR. Since router id may have same value as an existing IP address one risks matching a router ID against a DR.