mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-28 18:01:21 +02:00
Required by networkmanager http://libteam.org/ Lower performance overhead compared to bonding: https://github.com/jpirko/libteam/wiki/Bonding-vs.-Team-driver-features Python 2/3 bindings split out into a separate package.
11 lines
293 B
Diff
11 lines
293 B
Diff
--- libteam-1.17/teamd/teamd_phys_port_check.c
|
|
+++ libteam-1.17/teamd/teamd_phys_port_check.c.new
|
|
@@ -17,6 +17,7 @@
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
*/
|
|
|
|
+#include <string.h>
|
|
#include <stdio.h>
|
|
#include <errno.h>
|
|
#include <sys/types.h>
|