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 5, 2024
1 parent a51cd3c commit b7f4bc0
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 @@ -36,9 +36,9 @@ jobs:
cd eBPF_Supermarket/Network_Subsystem/net_manager/
sudo ./configure
sudo make
sudo ../testenv/testenv.sh setup --name veth-basic02
# run
cd net_manager
sudo ../testenv/testenv.sh setup --name veth-basic02
sudo timeout -s SIGINT 5 ./xdp_loader -d ens33 -S || if [[ $? != 124 && $? != 0 ]];then exit $?;fi
sudo ./xdp_loader -d veth-basic02 -S
sudo xdp-loader unload veth-basic02 --all
Expand Down

0 comments on commit b7f4bc0

Please sign in to comment.