]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: OSPF_MIN_LS_ARRIVAL compare should be >= to match ospf_flood
authorPaul Jakma <paul@quagga.net>
Mon, 11 Jan 2010 16:22:12 +0000 (16:22 +0000)
committerPaul Jakma <paul@quagga.net>
Wed, 8 Dec 2010 17:11:18 +0000 (17:11 +0000)
commit2c9f8e36c4de4bb1412364b79c3a44881208266e
tree71b5273262a386644ced282b8b257b5201ffee7c
parentcfd670f3af25dfc34d5c06e30d21160e3dfb6421
ospfd: OSPF_MIN_LS_ARRIVAL compare should be >= to match ospf_flood

* ospf_packet.c: (ospf_ls_upd) the corresponding test on the arrival side
  in (ospf_flood) is <, so this should be >=, not >, purely for consistency.

  There is no practical effect here though.
ospfd/ospf_packet.c