Skip to content

Commit

Permalink
Update ebpf_net_manager.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhangchannel authored Jul 6, 2024
1 parent aee4a22 commit 963444c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ebpf_net_manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
sudo ./testenv.sh setup --name veth-basic02
cd ..
cd net_manager
sudo timeout -s SIGINT 5 ./xdp_loader -d ens33 -S || if [[ $? != 124 && $? != 0 ]];then exit $?;fi
sudo timeout -s SIGINT 5 ./xdp_loader -d eth0 -S || if [[ $? != 124 && $? != 0 ]];then exit $?;fi
sudo ./xdp_loader -d eth0 -S

Expand Down

0 comments on commit 963444c

Please sign in to comment.