Ticket #3485 (closed defect: Fixed)
Network Map doesn't properly deal with nested networks
| Reported by: | cluther | Owned by: | edahl |
|---|---|---|---|
| Priority: | 1 - Blocker | Milestone: | zenoss-2.3 |
| Component: | ZenModel | Version: | 2.2.0 |
| Keywords: | zenoss-2.2.4-verified | Cc: | |
| Community Patch Attached: | Deployed @ Customer: | ||
| Installer: | Any/All | Maintenance Target: | |
| Specific ZenPack: | Maintenance Status: | ||
| Documentation Note?: | Not required | Regression: |
Description
The Network Map has a problem in the way it deals with nested subnets. It will often pick a network that isn't the most specific one available. This appears to be due to it using the IpNetwork.findNet method instead of IpNetwork.getNet.
Example Network Structure:
10.0.0.0/8
10.1.0.0/16
10.1.1.0/24
10.1.1.0/27
10.1.1.32/27
In this scenario, the network map will always show the 10.1.1.0/24 instead of the proper 10.1.1.0/27 that actually contains the devices.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.