Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Match the order of ScoreIpAddress with IpScore (#28934)
The #27981 PR was merged, but it didn't follow IpScore's comments. // IP addess "suitability" // - Larger value means "more suitable" // - Enum ordered ascending for easier read. Note however that order of // checks MUST match in ScoreIpAddress below. enum class IpScore : unsigned This change matches the order of ScoreIpAddress with the order of IpScore enum. Signed-off-by: Youngho Yoon <[email protected]>
- Loading branch information