We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7110e1a commit ab6d8bcCopy full SHA for ab6d8bc
1 file changed
IPTables.Net/IpSet/IpSetSet.cs
@@ -177,7 +177,7 @@ public string GetCommand()
177
178
if (_timeout > 0) command += " timeout " + _timeout;
179
180
- if (_bucketSize > 0) command += " bucketsize " + _bucketSize;
+ if (_bucketSize > 0 && _bucketSize != 12) command += " bucketsize " + _bucketSize;
181
182
foreach (var co in _createOptions) command += " " + co;
183
0 commit comments