Commit 6701a5d
committed
New release 0.24.0
=== Breaking changes
- Changed `InfoBond::PrimaryReselect` from u8 to enum. (7be1634)
=== New features
- ICMP6: Add support of ICMP6_MIB_RATELIMITHOST. (3497a69)
- Support Seg6 encapsulation type. (1a33cd3)
- impl `From<IpAddr>` for `RouteVia`. (7ef6bf6)
=== Bug fixes
- Fix parsing error on empty IFLA_AF_SPEC. (5e54549)
- Fix panic of integer underflow in `RouteNextHopBuffer`. (a285aba)
Signed-off-by: Gris Ge <[email protected]>1 parent fe678df commit 6701a5d
3 files changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
2 | 15 | | |
3 | 16 | | |
4 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments