We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba39f7 commit 58277d4Copy full SHA for 58277d4
npm/util/const.go
@@ -36,9 +36,9 @@ const (
36
IptablesNft string = "iptables-nft"
37
Ip6tablesLegacy string = "ip6tables" //nolint (avoid warning to capitalize this p)
38
IptablesSaveNft string = "iptables-nft-save"
39
- IptablesRestoreNft string = "iptables-nft-restore"
40
- IptablesLegacy string = "iptables"
41
- IptablesSaveLegacy string = "iptables-save"
+ IptablesRestoreNft string = "iptables-legacy-nft-restore"
+ IptablesLegacy string = "iptables-legacy"
+ IptablesSaveLegacy string = "iptables-legacy-save"
42
IptablesRestoreLegacy string = "iptables-restore"
43
IptablesRestoreNoFlushFlag string = "--noflush"
44
IptablesRestoreTableFlag string = "-T"
0 commit comments