net: shell: ipv6: Print information about SLAAC addresses
Print information in "net ipv6" command how the SLAAC addresses are generated. There is the default legacy EUI-64 method (RFC 4862) or the stable method described in RFC 7217. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
parent
3a5c6c54c1
commit
185269d86e
1 changed files with 3 additions and 0 deletions
|
@ -188,6 +188,9 @@ static int cmd_net_ipv6(const struct shell *sh, size_t argc, char *argv[])
|
|||
|
||||
PR("Privacy extension support : %s\n",
|
||||
IS_ENABLED(CONFIG_NET_IPV6_PE) ? "enabled" : "disabled");
|
||||
PR("SLAAC IID generation method : %s\n",
|
||||
IS_ENABLED(CONFIG_NET_IPV6_IID_STABLE) ?
|
||||
"stable (RFC 7217)" : "EUI-64 (RFC 4862)");
|
||||
|
||||
#if defined(CONFIG_NET_IPV6_PE)
|
||||
PR("Max number of IPv6 privacy extension filters "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue