Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Martynas Pumputis <m@lambda.lt>
  • Loading branch information
brb committed Jan 15, 2025
1 parent db78687 commit 2da2d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
uses: ./.github/actions/pwru-test
with:
test-name: ${{ matrix.kernel }}-kprobe-multi-basic
pwru-flags: --backend=kprobe-multi
pwru-flags: --backend=kprobe-multi --filter-trace-tc --filter-trace-bpf-helpers --filter-trace-xdp
pwru-pcap-filter: 'dst host 1.0.0.1 and port 8080'
traffic-setup: |
iptables -w 10 -I OUTPUT 1 -m tcp --proto tcp --dst 1.0.0.1/32 --dport 8080 -j DROP
Expand Down

0 comments on commit 2da2d05

Please sign in to comment.