]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: fix crash in SPF calculation
authorDmitrij Tejblum <tejblum@yandex-team.ru>
Thu, 13 Jan 2011 15:25:40 +0000 (18:25 +0300)
committerDenis Ovsienko <infrastation@yandex.ru>
Thu, 13 Jan 2011 15:25:40 +0000 (18:25 +0300)
commit403138e189c24f6867824c4eeb668d11564e1ca0
tree436c9c428ad21fe1718ad083c790c1bf7d077f52
parentb729294c8c5c6f2af8ddf6cfbea2374b6faabe9d
ospf6d: fix crash in SPF calculation

* ospf6_spf.c: Don't replace a node with another node with a lower
  number of hops, instead get them from the queue in the correct
  order. (Actually, the replacement crashed the ospf6d daemon
  rather than worked.)
ospf6d/ospf6_spf.c