|
| 1 | +v2.7 |
| 2 | +------ |
| 3 | + - Implement remaining FAN 1.1 core feature for `wsrd`: |
| 4 | + * Insert IPv6 tunnel header with RPL hop-by-hop option in upward traffic. |
| 5 | + * Support MPL forwarding and message generation. |
| 6 | + * Support RPL secondary parent selection and registration. |
| 7 | + * Support RPL DTSN and DODAGVersionNumber updates. |
| 8 | + * Retrieve all available GTKs before advancing from join state 2 to 3. |
| 9 | + - Introduce `csma_xxx` parameters to customize MAC transmission policy. |
| 10 | + - Deprecate `regional_regulation` in favor of specific parameters such as |
| 11 | + `enable_apc`. |
| 12 | + - Merge key update events in `wsbrd` to avoid sending multiple LFN PAN |
| 13 | + Configuration frames and incrementing the PAN version multiple times during |
| 14 | + key revocation. |
| 15 | + - Do not include LFNVER-IE in LFN Time Sync frames sent by `wsbrd`. |
| 16 | + - Verify certificate and private key consistency during initialization. |
| 17 | + - Use FAN 1.0 EDFE frame format with `enable_ffn10 = true`. |
| 18 | + - Fix storage of IPv6 neighbor cache expiration date for specific platforms. |
| 19 | + - Fixed computing LFN frame timeout after schedule change in `wsbrd`: some |
| 20 | + frames could end up being incorrectly dropped. |
| 21 | + - Fix D-Bus `RoutingGraph` exposing nodes without any parents in `wsbrd`. |
| 22 | + - Fix memory corruption when generating a SRH with more than 24 hops. |
| 23 | + - Fix [muslc libc][musl] support and build against it in GitHub action. |
| 24 | + - Fix incorrectly deleting child address registration on receipt of a DAO |
| 25 | + indicating `wsbrd` as parent but not as the 1st transit option present |
| 26 | + following a RPL target option. |
| 27 | + - Support mode switch PHY configuration and LTO-IE insersion for TBU. |
| 28 | + |
| 29 | +[musl]: https://www.musl-libc.org/ |
| 30 | + |
1 | 31 | v2.6.1 |
2 | 32 | ------ |
3 | 33 | - Verify frame counters in `wsrd` and `silabs-ws-dc` to prevent replay |
|
0 commit comments