Closed squat closed 7 years ago
If you log into Vultr console and create an IPv6 firewall rule for ::/0 then in the CLI you do:
::/0
vultr firewall rule list <firewall group ID>
you incorrectly get a IPv4 CIDR like so:
RULE_NUM ACTION PROTOCOL PORT NETWORK 1 accept tcp 80 0.0.0.0/0
This PR fixes this issue and adds a test to validate.
Ping @JamesClonk
thanks! 👍
If you log into Vultr console and create an IPv6 firewall rule for
::/0
then in the CLI you do:you incorrectly get a IPv4 CIDR like so:
This PR fixes this issue and adds a test to validate.