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
242 B
Diff
11 lines
242 B
Diff
--- libteam-1.17/utils/teamnl.c
|
|
+++ libteam-1.17/utils/teamnl.c.new
|
|
@@ -23,6 +23,7 @@
|
|
#include <string.h>
|
|
#include <getopt.h>
|
|
#include <errno.h>
|
|
+#include <sys/select.h>
|
|
#include <sys/signalfd.h>
|
|
#include <signal.h>
|
|
#include <unistd.h>
|