diff --git a/main.c b/main.c index b493fa0..7b44b6b 100644 --- a/main.c +++ b/main.c @@ -214,4 +214,4 @@ int xdp_l3fwd_direct_prog(struct xdp_md *ctx) return xdp_l3fwd_flags(ctx, BPF_FIB_LOOKUP_DIRECT); } -char _license[] SEC("license") = "GPL"; +char _license[] SEC("license") = "GPL"; \ No newline at end of file