Skip to content

Commit

Permalink
fix: add delete wifidogx table when destroy
Browse files Browse the repository at this point in the history
Signed-off-by: Dengfeng Liu <[email protected]>
  • Loading branch information
liudf0716 committed Jun 11, 2024
1 parent 8e889af commit f18f7e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fw_iptables.c
Original file line number Diff line number Diff line change
Expand Up @@ -1199,6 +1199,7 @@ fw3_destroy(void)
static int
fw4_destroy(void)
{
execute("nft delete table inet wifidogx", 0);
return execute("fw4 restart", 0);
}

Expand Down

0 comments on commit f18f7e8

Please sign in to comment.