document and accept correct spelling of 'preferred' note that the incorrect spelling 'prefered' is still returned to keep API stable (as documented in doc/service-api.txt)
follow-up of commit 5b2bf526174ae44288cbaee5c410ffda02a9aa58 --- doc/config-format.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/config-format.txt b/doc/config-format.txt index 2429927..8a4bbcc 100644 --- a/doc/config-format.txt +++ b/doc/config-format.txt @@ -46,8 +46,9 @@ Allowed fields: If the setting is "auto", then SLAAC or DHCPv6 is used. Example: 2001:db8::2/64/2001:db8::1 - IPv6.Privacy: IPv6 privacy option. Value can be either "disabled", - "enabled" or "prefered". See use_tempaddr variable description in Linux - kernel Documentation/networking/ip-sysctl.txt file. + "enabled" or "preferred" (or the misspelled "prefered"). See use_tempaddr + variable description in Linux kernel Documentation/networking/ip-sysctl.txt + file. - MAC: MAC address of the interface where this setting should be applied. The MAC address is optional and if it is missing, then the first found interface is used. The byte values must have prefix 0 added, -- 1.8.4 _______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman
