-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reconcile iptable to the first position after iptables -t nat -F (#3995)
* reconcile iptable to the first position after iptables -t nat -F --------- Signed-off-by: bobz965 <[email protected]> Signed-off-by: root <root@minizone.> Co-authored-by: 张祖建 <[email protected]>
- Loading branch information
1 parent
6924c4e
commit 178299a
Showing
2 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ package util | |
type IPTableRule struct { | ||
Table string | ||
Chain string | ||
Pos string | ||
Rule []string | ||
} | ||
|
||
|