Skip to content

Commit

Permalink
No need to set rlimits for proxyonly mode
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder committed Jul 28, 2024
1 parent fce6119 commit b7b4f21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kernel/loxilb_libdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -3279,7 +3279,10 @@ loxilb_main(struct ebpfcfg *cfg)
{
FILE *fp;
libbpf_set_print(libbpf_print_fn);
llb_set_rlims();

if (!cfg->have_noebpf) {
llb_set_rlims();
}

xh = calloc(1, sizeof(*xh));
assert(xh);
Expand Down

0 comments on commit b7b4f21

Please sign in to comment.