Open bmfmancini opened 2 years ago
Looks like its a matter of updating the regex here
function automation_get_next_host($start, $total, $count, $range) {
if ($count == $total || $total < 1) {
return false;
}
if (preg_match('/^([0-9]{1,3}\.[0-9]{1,3}\.)\*(\.[0-9]{1,3})$/', $range, $matches)) {
// 10.1.*.1
return $matches[1] . ++$count . $matches[2];
to include a or statment to match for an IPv6 match
I found one here
It's a much larger change I think.
I'd be also remotely interested in this, seeing lots of IPv6 only cpe devices out there.
Yeah and it will pickup more and more Good thing is the snmp functionality works as is
On Sun., Jul. 24, 2022, 5:01 p.m. stefanbrudny, @.***> wrote:
I'd be also remotely interested in this, seeing lots of IPv6 only cpe devices out there.
— Reply to this email directly, view it on GitHub https://github.com/Cacti/cacti/issues/4622#issuecomment-1193393571, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGEXTAI5AESRMB3G2U7SVTVVWVL7ANCNFSM5QYXMKMQ . You are receiving this because you authored the thread.Message ID: @.***>
Hello All,
Currently automation does not support IPv6 as the move from ipv4 to ipv6 occurs this will be a crucial feature for autom8