View Issue Details

IDProjectCategoryView StatusLast Update
1187RackTablesIPv4/IPv6/SLBpublic2014-03-04 15:43
ReportermmcrillAssigned Toandriyanov  
PrioritylowSeverityminorReproducibilityalways
Status assignedResolutionopen 
Summary1187: Shared Router IP Flagged
DescriptionAfter 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 ReproduceSet two objects with the same IP address to router
TagsNo tags attached.

Activities

mbrydon

mbrydon

2014-03-04 15:43

reporter   ~0002219

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

Issue History

Date Modified Username Field Change
2014-03-03 16:30 mmcrill New Issue
2014-03-03 16:30 mmcrill Status new => assigned
2014-03-03 16:30 mmcrill Assigned To => andriyanov
2014-03-04 15:43 mbrydon Note Added: 0002219