Skip to content

Commit

Permalink
fixup! Add initial XDPLua helper version
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorNogueiraRio committed Aug 16, 2019
1 parent 5fa0790 commit ef17642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lib/bpf/netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ int bpf_set_link_xdp_lua(int ifindex, char *lua_prog)
struct {
struct nlmsghdr nh;
struct ifinfomsg ifinfo;
char attrbuf[4096];
char attrbuf[8192];
} req;
__u32 nl_pid;

Expand Down

0 comments on commit ef17642

Please sign in to comment.