mirror of
https://github.com/espressif/openthread.git
synced 2026-08-09 12:17:47 +00:00
[spinel] correct SPINEL_PROP_IPV6_ADDRESS_TABLE documentation (#10617)
This commit aligns the documentation in `spinel.h` with the implementation for `SPINEL_PROP_IPV6_ADDRESS_TABLE` regarding the order of valid/preferred lifetime fields.
This commit is contained in:
@@ -3467,8 +3467,8 @@ enum
|
||||
*
|
||||
* `6`: IPv6 Address
|
||||
* `C`: Network Prefix Length (in bits)
|
||||
* `L`: Valid Lifetime
|
||||
* `L`: Preferred Lifetime
|
||||
* `L`: Valid Lifetime
|
||||
*
|
||||
*/
|
||||
SPINEL_PROP_IPV6_ADDRESS_TABLE = SPINEL_PROP_IPV6__BEGIN + 3,
|
||||
|
||||
Reference in New Issue
Block a user