Skip to content

Commit

Permalink
xdp-sni: enable XDP TLS SNI logging
Browse files Browse the repository at this point in the history
drop the reverse fucntion as verifier complains
program is too large. add SNI logging
with bpf ringbuf

Signed-off-by: Vincent Li <[email protected]>
  • Loading branch information
vincentmli committed Oct 7, 2024
1 parent 274b89f commit 0bf620f
Show file tree
Hide file tree
Showing 4 changed files with 362 additions and 223 deletions.
2 changes: 1 addition & 1 deletion xdp-sni/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

XDP_TARGETS := xdp_sni.bpf
BPF_SKEL_TARGETS := $(XDP_TARGETS)
USER_TARGETS := xdp_sni
USER_TARGETS := xdp_sni xdp_sni_log

LIB_DIR = ../lib

Expand Down
Loading

0 comments on commit 0bf620f

Please sign in to comment.