-
Notifications
You must be signed in to change notification settings - Fork 49
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
Disabling DHCPv6 is disabling SLAAC also #76
Comments
Not sure why I am tagged here. |
Was it enabled before your patch? Was it in the network configuration file? Search |
DHCPv6 has dependency on SLAAC as it does not provide default gateway. |
The request was to actually verify it was reported and recognized to help isolate which components need to changed. |
Submitter is expecting, if DHCPv6 is disabled it should disable only DHCPv6 and not other functions. |
bmcweb sets DHCPEnabled property on DBus as DHCPv6/OperatingMode is set (https://github.com/openbmc/bmcweb/blob/02ea923f13de196726ac2f022766a6f80bee1c0a/redfish-core/lib/ethernet.hpp#L1445). I guess in the scenario of the submitter, DHCPEnabled did not fall on any of these conditions ( phosphor-networkd/src/ethernet_interface.cpp Line 390 in dce7fe7
|
I think she wanted to tag @wak-google |
Disabling DHCPv6 is disabling SLAAC also
Disabling DHCPv6
curl -k -H "Content-Type: application/json" -H "X-Auth-Token: ${bmc_token}" -X PATCH -d '{"DHCPv6": {"OperatingMode" : "Disabled"}}' https://$bmc/refish/v1/Managers/bmc/EthernetInterfaces/eth1
Seeing that
IPv6AutoConfigEnabled in eth1 is being set to False
The text was updated successfully, but these errors were encountered: