I've found that the IPV4 method fails for /32 ips:
> cidrhost("0.0.0.0/32",32) ╷ │ Error: Error in function call │ │ on <console-input> line 1: │ (source code not available) │ │ Call to function"cidrhost" failed: prefix of 32 does not accommodate a host numbered 32. ╵
But by replacing 32 with 0 as the second argument, it works:
This is a great article, thanks!
I've found that the IPV4 method fails for /32 ips:
But by replacing 32 with 0 as the second argument, it works:
This also works for IPv6:
oh man that is a great find! thank you for reporting. cited you as well! :cheers: