hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.21k stars 4.43k forks source link

Adding warning for IPv6 ending with 1 #13362

Closed chadek closed 2 months ago

chadek commented 6 months ago

After struggling quite some time I figured out I had an issue caused by setting an IPv6 ending with :1

The network_ip_ends_in_one warning message is use for IPv4 to warn user about this matter, I would like to add this warning to IPv6 to avoid some painful debug time to future IPv6 users

hashicorp-cla commented 6 months ago

CLA assistant check
All committers have signed the CLA.

chadek commented 6 months ago

Will this MR go further?