From 37ceda168fff41136fcff118dcba514c9a31fb45 Mon Sep 17 00:00:00 2001 From: Tizian Maxime Weigt Date: Mon, 27 Oct 2025 21:34:20 +0000 Subject: [PATCH] main.c aktualisiert --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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