]> git.proxmox.com 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>
Mon, 4 Jul 2011 17:02:00 +0000 (21:02 +0400)
commita1239bc50d26ce963352f8ddaa6c1382e437d286
tree436c9c428ad21fe1718ad083c790c1bf7d077f52
parentdfc1d5caacfe0346499f2eceff18d56af0b85e2f
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.)
(cherry picked from commit 403138e189c24f6867824c4eeb668d11564e1ca0)
ospf6d/ospf6_spf.c