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 Jun 26, 2024
1 parent 5341617 commit 6e200ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ebpf_net_manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
sudo ./configure
sudo make
# run
cd eBPF_Supermarket/Network_Subsystem/net_manager/xacl_ip
cd net_manager
sudo timeout -s SIGINT 5 ./xdp_loader -d ens33 -S || if [[ $? != 124 && $? != 0 ]];then exit $?;fi
sudo ./xacladm load ens33 ./conf.d/mac_load.conf
sudo ./xdp_loader -d ens33 -S
sudo xdp-loader unload ens33 --all

Expand Down

0 comments on commit 6e200ae

Please sign in to comment.