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 58277d4 commit 14b0315Copy full SHA for 14b0315
npm/util/const.go
@@ -36,10 +36,10 @@ 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-legacy-nft-restore"
+ IptablesRestoreNft string = "iptables-nft-restore"
40
IptablesLegacy string = "iptables-legacy"
41
IptablesSaveLegacy string = "iptables-legacy-save"
42
- IptablesRestoreLegacy string = "iptables-restore"
+ IptablesRestoreLegacy string = "iptables-legacy-restore"
43
IptablesRestoreNoFlushFlag string = "--noflush"
44
IptablesRestoreTableFlag string = "-T"
45
IptablesRestoreCommit string = "COMMIT"
0 commit comments