Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't log/count event when link timestamp is not udpated.
Summary: At router reboot, link status is added into records by `syncInterfaces`. Link status added has timestamp = 0 because link doesn't come up (more exactly change status yet). It is advertised to itself, and counter is pushed to ODS with very large propagation time. To eliminate this special case, don't push to ODS if timestamp = 0. https://fburl.com/ods/6ccgaf4f --> filter very large propagation for down link event -> looks good. Reviewed By: xiangxu1121 Differential Revision: D55955501 fbshipit-source-id: c34177a38c73d592f87f27fcf3ecf01f9f56fe6f
- Loading branch information