Skip to content

Commit

Permalink
removed change to zfw -F sys call in start_ebpf_controller.py
Browse files Browse the repository at this point in the history
  • Loading branch information
r-caamano committed Aug 10, 2024
1 parent 8e09b77 commit a07f381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/scripts/start_ebpf_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def set_local_rules(ip):
os.system("/opt/openziti/bin/user/user_rules.sh")
else:
print("ebpf already running!");
os.system("/usr/sbin/zfw -F -r")
os.system("/usr/sbin/zfw -F -z ingress")
print("Flushed Table")
for i in internal_list:
if(not tc_status(i, "ingress")):
Expand Down

0 comments on commit a07f381

Please sign in to comment.