openbmc / phosphor-networkd

Apache License 2.0
18 stars 49 forks source link

BMC is not getting configured with zero config address when there is no DHCP server #48

Open swe12345 opened 2 years ago

swe12345 commented 2 years ago

BMC is not getting configured with zero config(Link local) IP address when there is no DHCP server in the network.

Pre condition: both eth0 & eth1 are connected to dhcp servers

Steps:

  1. Kill DHCP server from eth0 side
  2. Wait for expire timer to expire
  3. Check IP address on BMC using ip addr, ifconfig, we dont see link local address tat is gettng configured on BMC.
swe12345 commented 2 years ago

@sunharis @ratagupt

wak-google commented 1 year ago

Do you still see this issue?