diff -uar ifplugd-0.28.orig/src/nlapi.c ifplugd-0.28/src/nlapi.c --- ifplugd-0.28.orig/src/nlapi.c 2022-09-28 16:23:10.011143083 +0200 +++ ifplugd-0.28/src/nlapi.c 2022-09-28 16:23:58.598157026 +0200 @@ -71,7 +71,7 @@ for (;;) { int bytes; - char replybuf[1024]; + char replybuf[4096]; struct nlmsghdr *p = (struct nlmsghdr *) replybuf; if ((bytes = recv(nlapi_fd, &replybuf, sizeof(replybuf), block ? 0 : MSG_DONTWAIT)) < 0) {