Skip to content

Commit 1739847

Browse files
HACK: debugging
1 parent b4f67de commit 1739847

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xdp-forward/xdp_flowtable.bpf.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,9 @@ static __always_inline int xdp_flowtable_flags(struct xdp_md *ctx,
494494
struct flow_ports *ports;
495495
unsigned long flags;
496496

497+
/*XXX HACK */
498+
return XDP_PASS;
499+
497500
if (eth + 1 > data_end)
498501
return XDP_PASS;
499502

0 commit comments

Comments
 (0)