Ticket #3585 (closed defect: Fixed)
Utils.unsigned doing bad conversions in InterfaceMap
| Reported by: | cluther | Owned by: | cluther |
|---|---|---|---|
| Priority: | 1 - Blocker | Milestone: | zenoss-2.3 |
| Component: | ZenUtils | Version: | 2.2.3 |
| Keywords: | zenoss-2.2.4-verified | Cc: | |
| Community Patch Attached: | Deployed @ Customer: | ||
| Installer: | Maintenance Target: | ||
| Specific ZenPack: | Maintenance Status: | ||
| Documentation Note?: | Not required | Regression: |
Description
The unsigned() call on the interface speed done in InterfaceMap is converting the speed of 10Gbps interfaces to 1410065408.
>>> from Products.ZenUtils.Utils import unsigned >>> unsigned(10000000000.0) 1410065408
Change History
Note: See
TracTickets for help on using
tickets.