Modify ↓
Opened 7 years ago
Last modified 15 months ago
#15 reopened defect
Overlapping networks are not checked for
| Reported by: | Matt Brown | Owned by: | mglb1 |
|---|---|---|---|
| Priority: | minor | Milestone: | Version 2.0 |
| Component: | ccsd | Version: | HEAD |
| Keywords: | Cc: | ||
| Estimated Hours Work: | 2 |
Description
Eg. I can set a link to a network that is already in use by another link.
This is bad.
Attachments (0)
Change History (4)
comment:1 Changed 7 years ago by mglb1
- Estimated Hours Work set to 2
- Milestone set to Version 2.0
comment:2 Changed 7 years ago by ckb6
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 7 years ago by mglb1
- Priority changed from major to minor
- Resolution fixed deleted
- Status changed from closed to reopened
- Summary changed from Duplicate networks are not checked for when editing a link. to Overlapping networks are not checked for
r1088 definitely fixes the worst of this problem.
It is still possible to create two links with overlapping networks however.
Eg.
Link 1: 10.0.0.0/24
Link 2: 10.1.0.0/25
Much harder to check for, but luckily less common as well.
comment:4 Changed 15 months ago by anonymous
3.92 "stable version" from downloaded Zip archive http://www.wvweightloss.com/
Note: See
TracTickets for help on using
tickets.

(In [1088]) Links now cannot have the same ip range.
Fixes #15