Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
swe12345 opened this issue Jan 5, 2022 · 2 comments

Comments

@swe12345
Copy link

swe12345 commented Jan 5, 2022

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
Copy link
Author

@sunharis @ratagupt

@wak-google
Copy link
Contributor

Do you still see this issue?

eddiejames pushed a commit to eddiejames/phosphor-networkd that referenced this issue Mar 21, 2024
Currently when DHCP is enabled, if user configures same DHCP IP
as static IP config then networkd disable DHCP, fails to add
static entry and return error to the client.

This issue only seen if user configures static IP which is same as
DHCP IP.

Tested by:
Configured same DHCP IP as static IP via redfish

Signed-off-by: Ravi Teja <[email protected]>
Change-Id: I7b703c0e70867f79212c3f8955d7f88d22b8328a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants