Commit c71b302
committed
New release 0.31.0
=== Breaking changes
- link: InfoIpTunnel::CollectMetadata(bool) -> CollectMetadata. (c91e440)
- link: InfoVxlan::Df changed u8 to VxlanDf enum. (2fac888)
=== New features
- link vxlan: add support for IFLA_VXLAN_LABEL_POLICY. (e7ee5bc)
- link vxlan: add support of IFLA_VXLAN_RESERVED_BITS. (8d60902)
- link: add Display + FromStr impls for bridge enums. (7c7c6a9)
- link: bond: add FromStr/Display for BondAllPortActive. (b97280b)
- link: bond: add FromStr/Display for BondLacpRate. (afd072d)
- link: bond: align FromStr/Display strings with iproute2. (35d39ab)
- link: bond: implement FromStr for bond enums. (192cb0c)
- neigh: impl FromStr for NeighbourState. (b3abdf8)
- link: add From<&str> For InfoKind. (4e952be)
- link: Implement Display for VxlanDf. (6dd74c9)
- link vxlan: Add IFLA_VXLAN_MC_ROUTE support and test. (aad6df2)
- addr: impl Display AddressScope, AddressProtocol, and AddressFamily. (492033a)
- link: Adds support for 2 bond link info fields. (9bc8ba0)
- link: Add initial support of IFLA_DPLL_PIN. (c514c3a)
=== Bug fixes
- N/A
Signed-off-by: Gris Ge <cnfourt@gmail.com>1 parent c91e440 commit c71b302
2 files changed
Lines changed: 25 additions & 1 deletion
| 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 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
2 | 26 | | |
3 | 27 | | |
4 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments