SHA256
1
0
forked from pool/iproute2

Accepting request 945663 from home:gmbr3:Active

- update to 5.16:
  * devlink: Fix cmd_dev_param_set() to check configuration mode
  * ip: add AMT support
  * iplink_can: fix configuration ranges in print_usage() and add
    unit
  * tc: flower: Fix buffer overflow on large labels
  * ip/ipnexthop: fix unsigned overflow in parse_nh_group_type_res()
  * tc/m_vlan: fix print_vlan() conditional on TCA_VLAN_ACT_PUSH_ETH
  * iplink_can: add new CAN FD bittiming parameters:
    Transmitter Delay Compensation (TDC)

OBS-URL: https://build.opensuse.org/request/show/945663
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=218
This commit is contained in:
2022-01-11 19:58:28 +00:00
committed by Git OBS Bridge
parent 8583b681e9
commit 844978d728
7 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jan 11 19:49:31 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
- update to 5.16:
* devlink: Fix cmd_dev_param_set() to check configuration mode
* ip: add AMT support
* iplink_can: fix configuration ranges in print_usage() and add
unit
* tc: flower: Fix buffer overflow on large labels
* ip/ipnexthop: fix unsigned overflow in parse_nh_group_type_res()
* tc/m_vlan: fix print_vlan() conditional on TCA_VLAN_ACT_PUSH_ETH
* iplink_can: add new CAN FD bittiming parameters:
Transmitter Delay Compensation (TDC)
-------------------------------------------------------------------
Sat Nov 13 20:03:30 UTC 2021 - Dirk Müller <dmueller@suse.com>