Skip to content

Commit

Permalink
docs: tiny row change
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Sep 12, 2023
1 parent 56f24e0 commit a71e16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LIFECYCLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ $ curl -s -k -u <bmc-user>:<password> -X GET https://<bmc-ip-address>/redfish/v1

$ curl -s -k -u <bmc-user>:<password> -X PATCH -H "Content-Type: application/json" -d '{"InterfaceEnabled": true}' https://<bmc-ip-address>/redfish/v1/Managers/<ID>/Ethernetnterfaces/eth0

$ curl -s -k -u <bmc-user>:<password> -X PATCH -H "Content-Type: application/json" -d '{"IPv6StaticAddresses": [{"Address": "fe80::966d:aeff:fe76:6e8f", "PrefixLength": 64}]}' https://<bmc-ip-address>/redfish/v1/Managers/<ID>/Ethernetnterfaces/eth0
$ curl -s -k -u <bmc-user>:<password> -X PATCH -H "Content-Type: application/json" -d '{"DHCPv4": {"DHCPEnabled": false}}' https://<bmc-ip-address>/redfish/v1/Managers/<ID>/Ethernetnterfaces/eth0

$ curl -s -k -u <bmc-user>:<password> -X PATCH -d '{"DHCPv4": {"DHCPEnabled": false}}' https://<bmc-ip-address>/redfish/v1/Managers/<ID>/Ethernetnterfaces/eth0
$ curl -s -k -u <bmc-user>:<password> -X PATCH -H "Content-Type: application/json" -d '{"IPv6StaticAddresses": [{"Address": "fe80::966d:aeff:fe76:6e8f", "PrefixLength": 64}]}' https://<bmc-ip-address>/redfish/v1/Managers/<ID>/Ethernetnterfaces/eth0

# TODO: add mode examples
```
Expand Down

0 comments on commit a71e16f

Please sign in to comment.