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 committed Jul 5, 2024
1 parent 1e7231e commit a51cd3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ebpf_net_manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
- name: Build and Run
run: |
cd eBPF_Supermarket/Network_Subsystem/net_manager/
ip a
sudo ./configure
sudo make
sudo ../testenv/testenv.sh setup --name veth-basic02
# run
cd net_manager
sudo timeout -s SIGINT 5 ./xdp_loader -d ens33 -S || if [[ $? != 124 && $? != 0 ]];then exit $?;fi
sudo ./xdp_loader -d eth0 -S
sudo xdp-loader unload ens33 --all
sudo ./xdp_loader -d veth-basic02 -S
sudo xdp-loader unload veth-basic02 --all


0 comments on commit a51cd3c

Please sign in to comment.