Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Device: Use LegacyVersion instead of Version
Many NOS use what packaging.version calls LegacyVersion in their version numbering model, such as EOS' 4.23.1M. Without treating these as legacy version number format, device show with version with an operators such as "<, >,.." fails. This patch therefore switches the version compare to LegacyVersion.
- Loading branch information