commit | 2c9f8e36c4de4bb1412364b79c3a44881208266e | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul@quagga.net> | Mon Jan 11 16:22:12 2010 +0000 |
committer | Paul Jakma <paul@quagga.net> | Wed Dec 08 17:11:18 2010 +0000 |
tree | 71b5273262a386644ced282b8b257b5201ffee7c | |
parent | cfd670f3af25dfc34d5c06e30d21160e3dfb6421 [diff] |
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.