Skip to content

Commit 94e1277

Browse files
author
Mathew
committed
update flag to --add-seqadj
1 parent d4bb9f2 commit 94e1277

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPTables.Net/Iptables/Modules/Sdnat/SdnatModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class SdnatModule : ModuleBase, IIpTablesModule, IEquatable<SdnatModule>
1616
private const string OptionPersisent = "--persistent";
1717
private const string OptionCtMask = "--ctmask";
1818
private const string OptionCtMark = "--ctmark";
19-
private const string OptionSeqadj = "--also-seqadj";
19+
private const string OptionSeqadj = "--add-seqadj";
2020

2121
public bool Persistent = false;
2222
public bool Random = false;

0 commit comments

Comments
 (0)