openbmc / phosphor-networkd

Apache License 2.0
18 stars 49 forks source link

stateless and stateful modes #75

Open trindenau opened 2 months ago

trindenau commented 2 months ago

Hello, I’m working on some bug that related to ethernet_interface under phosphor-network and want to ensure everything is done correctly: When systemd-networkd operates in stateless mode (IPv6AcceptRA = true), should the DHCP6 be disabled? When systemd-networkd is in stateful mode (IPv6AcceptRA = false), should the DHCP6 be enabled? In either scenario, should DHCP4 be impacted?