-
Notifications
You must be signed in to change notification settings - Fork 146
Description
I believe this is a bug report, but maybe it is a feature request.
When attempting to use an IPv6 network with Fireactions (https://github.com/hostinger/fireactions), the chosen IPv6 address is not enclosed in square brackets, resulting in an incorrect configuration.
According to https://dracut-ng.github.io/dracut-ng/man/dracut.cmdline.7.html#_network, IPv6 addresses have to be put into square brackets.
Sadly, https://docs.kernel.org/admin-guide/nfs/nfsroot.html says nothing about the format of the ip= parameter that would help with the syntax of the IP address, but I guess that we need square brackets since this is the delimiter for the ip= parameter.
Since I am not an expert, I wanted to ask/discuss what the best way forward is. My best guess is that a patch is needed for vmconf.go for the method IPBootParam. Is this enough or even the right place?