]> git.proxmox.com Git - iproute2.git/blobdiff - debian/patches/netlink-buffer.patch
bump version to 4.13.0-1
[iproute2.git] / debian / patches / netlink-buffer.patch
diff --git a/debian/patches/netlink-buffer.patch b/debian/patches/netlink-buffer.patch
deleted file mode 100644 (file)
index 3287841..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Increase buffer to handle 4096 vlans
- iproute2 (4.1.1-1) unstable; urgency=medium
-Author: Alexandre Derumier <aderumier@odiso.com>
-
---- a/lib/libnetlink.c
-+++ b/lib/libnetlink.c
-@@ -198,7 +198,7 @@ int rtnl_dump_filter_l(struct rtnl_handl
-               .msg_iov = &iov,
-               .msg_iovlen = 1,
-       };
--      char buf[16384];
-+      char buf[49152];
-       int dump_intr = 0;
-       iov.iov_base = buf;