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.
1 file changed