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

IPv6 config template start #12

Closed
wants to merge 21 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift click to select a range
a6ebd02
First pass at adding LAN configuration IPv6 parameters to freeipmi cmds
lamontj Jan 11, 2017
fdd2662
Add headers, relocate the templates.
lamontj Jan 11, 2017
57fb67d
fix typo.
lamontj Jan 11, 2017
66c1146
Incorporate review feedback.
lamontj Jan 12, 2017
ebbf23a
More cleanup from my review of the review.
lamontj Jan 12, 2017
ef2b7db
initial pass at api updates.
lamontj Jan 12, 2017
8691e46
Add ipv6_address_validate
lamontj Jan 13, 2017
5651555
Attempt to add ipv6_static_addresses to Lan_Conf output. (results in …
lamontj Jan 13, 2017
f780f35
Incorporate review feedback. Add a couple of test cases to the Lan_C…
lamontj Jan 17, 2017
a1155d9
Handwavy addition of Lan_Conf:IPv6_IPv4_Support for testing.
lamontj Jan 18, 2017
e40b7d1
Fix templates to have all of the correct header.
Jan 19, 2017
008a1c9
Add ipv6_ivp4_addressing_enables defines
Jan 19, 2017
c959567
Add Lan6_Conf section to ipmi-config, begin populating it.
Jan 19, 2017
0ef1d1c
Fix IPv6 addresses checkout so that it actually works.
Jan 23, 2017
b9579b0
Mark READ-ONLY vars clearly, sensibly create/free the addresses string.
lamontj Jan 24, 2017
b0db9cc
Various cleanup; add defines for IPv6 address source and status.
lamontj Jan 24, 2017
d54dcdf
Incorporate review feedback.
lamontj Jan 24, 2017
05b197d
Move IPv6 address source/status defines to ipmi-lan-cmds.h.
lamontj Jan 24, 2017
6713a7b
Better handle the case where the firmware does not support the IPv6 l…
lamontj Jan 25, 2017
96da4f7
If no IPv6 addresses of a type are supported, do not add them.
lamontj Jan 25, 2017
32721f8
Consistent documentation for IPv6_IPv4_Addressing_Enables.
lamontj Jan 25, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Consistent documentation for IPv6_IPv4_Addressing_Enables.
  • Loading branch information
lamontj committed Jan 25, 2017
commit 32721f88cd37aa4ca1564c243669f96628089986
2 changes: 1 addition & 1 deletion ipmi-config/ipmi-config-category-core-lan6-conf-section.c
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 806,7 @@ ipmi_config_core_lan6_conf_section_get (ipmi_config_state_data_t *state_data,
if (ipmi_config_section_add_key (state_data,
section,
"IPv6_IPv4_Addressing_Enables",
"One of 0, IPv4-Only, 1, IPv6-Only, 2, or, IPv4-and-IPv6)",
"Possible values: IPv4-Only/IPv6-Only/IPv4-and-IPv6",
0,
Copy link
Owner

Choose a reason for hiding this comment

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

don't your "map" functions mean users can input strings??

ipv6_ipv4_addressing_enables_checkout,
ipv6_ipv4_addressing_enables_commit,
Expand Down