Skip to content

lan: add ipsrc other support #292

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PengWang-SMARTM
Copy link

LAN Parameter IP Source option 4 (other address assignment protocol) is
required by HPM.3 specification. Adding this option may help those who
are using HPM.3.

Resolves #291

Signed-off-by: peng.wang@smartm.com peng.wang@smartm.com

LAN Parameter IP Source option 4 (other address assignment protocol) is
required by HPM.3 specification. Adding this option may help those who
are using HPM.3.

Resolves ipmitool#291

Signed-off-by: peng.wang@smartm.com <peng.wang@smartm.com>
@@ -2429,6 +2436,8 @@ print_lan_set_ipsrc_usage(void)
" dhcp = address obtained by BMC running DHCP");
lprintf(LOG_NOTICE,
" bios = address loaded by BIOS or system software");
lprintf(LOG_NOTICE,
" other = address obtained via other protocol, such as HPM.3");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This must also be added to doc/ipmitool.1.in

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add LAN Parameter IP Source "other" Support
2 participants