Ticket #3389 (closed defect: Fixed)
adding ip to network will create the same subnet
| Reported by: | sjakesch | Owned by: | ecn |
|---|---|---|---|
| Priority: | 1 - Blocker | Milestone: | zenoss-2.3 |
| Component: | All | Version: | 2.2.0 |
| Keywords: | zenoss-2.2.2-verified | Cc: | |
| Community Patch Attached: | Deployed @ Customer: | ||
| Installer: | Maintenance Target: | ||
| Specific ZenPack: | Maintenance Status: | ||
| Documentation Note?: | Not required | Regression: |
Description
In current trunk this happens:
dmd.Networks._getOb("192.168.0.0")
<IpNetwork at /zport/dmd/Networks/192.168.0.0>
n = _
n.createIp("192.168.0.4")
<IpAddress at /zport/dmd/Networks/192.168.0.0/192.168.0.0/ipaddresses/192.168.0.4>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.