openbmc / phosphor-networkd

Apache License 2.0
16 stars 47 forks source link

Why does phosphor-network change full ipv6 to short form? #72

Open Journey-x opened 6 months ago

Journey-x commented 6 months ago

busctl call xyz.openbmc_project.Network /xyz/openbmc_project/network/eth0 xyz.openbmc_project.Network.IP.Create IP ssys "xyz.openbmc_project.Network.IP.Protocol.IPv6" "1000:0000:0000:0000:AAAA:0000:00C2:0002" 64 "1000:0000:0000:0000:AAAA:0000:00C2:0001"

But the busctl show DefaultGateway6 is "1000::aaaa:0:c2:1"

busctl get-property xyz.openbmc_project.Network /xyz/openbmc_project/network/eth0 xyz.openbmc_project.Network.EthernetInterface DefaultGateway6 s "1000::aaaa:0:c2:1"

williamspatrick commented 6 months ago

Is there something you expect us to do about this? This sounds like a systemd bug if you can't get it to work? We're using unchanged systemd/networkd for the services you pointed to.