I can't login the openbmc webui when I configured the IP with IPV6.
My testing environment is as following :
1) /etc/systemd/network/00-bmc-eth0.network:
[Match]
Name=eth0
[Network]
Address=2002:1001:1001:1001:1001:1001:1001:1001/64
[DHCP]
ClientIdentifier=mac
2) systemctl restart systemd-networkd
3)my bmc webui IPV6 IP:
2002:1001:1001:1001:1001:1001:1001:1002/64
4) ping6 2002:1001:1001:1001:1001:1001:1001:1001 on bmc webui PC : connect good.
5) login bmc webui :failed
Is there anything wrong with my configuration?
I saw the issue https://github.com/openbmc/phosphor-webui/issues/14
Is there a shedule to support IPV6 ?
Best,
xiuzhi