Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ospfd: Fix assert in LSA refresh interval setting
Under certain timing conditions, the current logic asserts in ospf_lsa_refresh_delay(). While this isn't readily reproducible, the only explanation is that the conversion from struct timeval to milliseconds is 0 due to rounding off the microseconds. Signed-off-by: Acee <[email protected]>
- Loading branch information