Skip to content

Commit

Permalink
Merge pull request #62 from loxilb-io/gh-61
Browse files Browse the repository at this point in the history
Gh-61 Pull request
  • Loading branch information
PacketCrunch authored Aug 23, 2022
2 parents 10a566c + a8ffacc commit 2f867d8
Show file tree
Hide file tree
Showing 16 changed files with 952 additions and 964 deletions.
File renamed without changes.
15 changes: 9 additions & 6 deletions ebpf/kernel/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)

XDP_DEPS := llb_kern_packet.c \
llb_kern_parse.c \
llb_kern_l2.c \
llb_kern_l3.c \
llb_kern_sess.c \
llb_kern_policer.c
XDP_DEPS := llb_kern_devif.c \
llb_kern_l2fwd.c \
llb_kern_l3fwd.c \
llb_kern_sessfwd.c \
llb_kern_natlbfwd.c \
llb_kern_policer.c \
llb_kern_fcfwd.c \
llb_kern_entry.c \
llb_kern_ct.c

XDP_TARGETS := llb_xdp_main
TC_TARGETS := llb_ebpf_main
Expand Down
2 changes: 1 addition & 1 deletion ebpf/kernel/llb_ebpf_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
#include <linux/if_arp.h>
#include <bpf/bpf_helpers.h>
#include <bpf/bpf_endian.h>
#include "llb_kern_parse.c"
#include "llb_kern_entry.c"

char _license[] SEC("license") = "GPL";
Loading

0 comments on commit 2f867d8

Please sign in to comment.