Skip to content

Commit 6818e5a

Browse files
fixup! Add initial XDPLua helper version
1 parent 0fe3c0b commit 6818e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lib/bpf/netlink.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ int bpf_set_link_xdp_lua(int ifindex, char *lua_prog)
194194
struct {
195195
struct nlmsghdr nh;
196196
struct ifinfomsg ifinfo;
197-
char attrbuf[4096];
197+
char attrbuf[8192];
198198
} req;
199199
__u32 nl_pid;
200200

0 commit comments

Comments
 (0)