Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
boratanrikulu committed Jul 27, 2024
1 parent d063cda commit 48ca5b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:

- name: Debug
run: |
sudo ./build/durdur attach -i ens3
sudo ./build/durdur attach -i lo
timeout 20s sudo cat /sys/kernel/debug/tracing/trace_pipe > trace_output.txt &
timeout 20s sudo tcpdump -i ens3 > tcp_output.txt &
sudo ./build/durdur drop --src "169.155.49.112"
ping -c 1 -I ens3 169.155.49.112
timeout 20s sudo tcpdump -i lo > tcp_output.txt &
sudo ./build/durdur drop --src "127.0.0.8"
ping -c 1 -I lo 127.0.0.8
sudo bpftool map list
sudo ip a
sudo ip link show
sudo ip link show dev ens3
sudo ip link show dev lo
sudo bpftool prog show
sudo bpftool net show
sudo ./build/durdur detach
Expand Down

0 comments on commit 48ca5b0

Please sign in to comment.