View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
1187 | RackTables | IPv4/IPv6/SLB | public | 2014-03-03 16:30 | 2014-03-04 15:43 |
Reporter | Assigned To | andriyanov | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Summary | 1187: Shared Router IP Flagged | ||||
Description | After updating to 0.20.7, all of my shared router IPs are being flagged as duplicates (red backgrounds). How should we be documenting shared router IPs (VRRP, HSRP)? | ||||
Steps To Reproduce | Set two objects with the same IP address to router | ||||
Tags | No tags attached. | ||||
To get back to how it was previously I have just ammended line 1948 of functions.php to change it from: if ($nallocs > 1 && $nallocs != $refc['shared'] || $nallocs && $nreserved) to if ($nallocs > 1 && $nallocs != $refc['router'] && $nallocs != $refc['shared'] || $nallocs && $nreserved) Hope that helps |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2014-03-03 16:30 |
|
New Issue | |
2014-03-03 16:30 |
|
Status | new => assigned |
2014-03-03 16:30 |
|
Assigned To | => andriyanov |
2014-03-04 15:43 | mbrydon | Note Added: 0002219 |