[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:
Abtin Keshavarzian
2024-08-16 10:24:16 -07:00
committed by GitHub
parent 88bc4e95e0
commit 6209b0b855
+1 -1
View File
@@ -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,