]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
Merge branch 'main' into next
authorDavid Ahern <dsahern@kernel.org>
Tue, 14 Jul 2020 23:52:43 +0000 (23:52 +0000)
committerDavid Ahern <dsahern@kernel.org>
Tue, 14 Jul 2020 23:52:43 +0000 (23:52 +0000)
Signed-off-by: David Ahern <dsahern@kernel.org>
1  2 
bridge/fdb.c
devlink/devlink.c
man/man8/bridge.8
man/man8/tc.8

diff --cc bridge/fdb.c
Simple merge
index 75182cac719f06524a9a19bda3e094c58ca9bd0a,7f83fb746fd694c56dc46f7ad5d20789e5c47356..67681492f2b4e5bfcfcd3654fd1cf7e128f0b111
  #define _LINUX_SYSINFO_H /* avoid collision with musl header */
  #include <linux/genetlink.h>
  #include <linux/devlink.h>
+ #include <linux/netlink.h>
  #include <libmnl/libmnl.h>
  #include <netinet/ether.h>
+ #include <sys/select.h>
+ #include <sys/socket.h>
  #include <sys/types.h>
 +#include <rt_names.h>
  
  #include "SNAPSHOT.h"
  #include "list.h"
Simple merge
diff --cc man/man8/tc.8
Simple merge