]> git.proxmox.com Git - iproute2.git/blame - debian/patches/netlink-buffer.patch
buildsys: update make upload target for stretch
[iproute2.git] / debian / patches / netlink-buffer.patch
CommitLineData
3cf71090
DM
1Description: Increase buffer to handle 4096 vlans
2 iproute2 (4.1.1-1) unstable; urgency=medium
3Author: Alexandre Derumier <aderumier@odiso.com>
4
4efe6c9b
AD
5--- a/lib/libnetlink.c
6+++ b/lib/libnetlink.c
3cf71090
DM
7@@ -198,7 +198,7 @@ int rtnl_dump_filter_l(struct rtnl_handl
8 .msg_iov = &iov,
9 .msg_iovlen = 1,
10 };
11- char buf[16384];
12+ char buf[49152];
13 int dump_intr = 0;
14
15 iov.iov_base = buf;