SHA256
1
0
forked from pool/libteam

- update to 1.31:

* teamd: fix build error in expansion of macro teamd_log_dbgx  
  * teamd/lacp: fix segfault due to NULL pointer dereference
  * teamd: fix possible race in master ifname callback
  * Fix ifinfo_link_with_port race condition with newlink 
  * Skip setting the same hwaddr to a lag port if not needed
  * teamd/lacp: silence ignore none LACP frames

OBS-URL: https://build.opensuse.org/package/show/network/libteam?expand=0&rev=19
This commit is contained in:
2020-08-25 15:47:37 +00:00
committed by Git OBS Bridge
parent 06dc254c50
commit 7ad2432930
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Aug 25 15:45:19 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.31:
* teamd: fix build error in expansion of macro teamd_log_dbgx
* teamd/lacp: fix segfault due to NULL pointer dereference
* teamd: fix possible race in master ifname callback
* Fix ifinfo_link_with_port race condition with newlink
* Skip setting the same hwaddr to a lag port if not needed
* teamd/lacp: silence ignore none LACP frames
-------------------------------------------------------------------
Mon Aug 26 09:02:37 UTC 2019 - Jan Engelhardt <jengelh@inai.de>