Skip to content

Commit 58277d4

Browse files
committed
added legacy
1 parent 1ba39f7 commit 58277d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

npm/util/const.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ const (
3636
IptablesNft string = "iptables-nft"
3737
Ip6tablesLegacy string = "ip6tables" //nolint (avoid warning to capitalize this p)
3838
IptablesSaveNft string = "iptables-nft-save"
39-
IptablesRestoreNft string = "iptables-nft-restore"
40-
IptablesLegacy string = "iptables"
41-
IptablesSaveLegacy string = "iptables-save"
39+
IptablesRestoreNft string = "iptables-legacy-nft-restore"
40+
IptablesLegacy string = "iptables-legacy"
41+
IptablesSaveLegacy string = "iptables-legacy-save"
4242
IptablesRestoreLegacy string = "iptables-restore"
4343
IptablesRestoreNoFlushFlag string = "--noflush"
4444
IptablesRestoreTableFlag string = "-T"

0 commit comments

Comments
 (0)