Skip to content

Commit ab6d8bc

Browse files
committed
fix tests
1 parent 7110e1a commit ab6d8bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPTables.Net/IpSet/IpSetSet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public string GetCommand()
177177

178178
if (_timeout > 0) command += " timeout " + _timeout;
179179

180-
if (_bucketSize > 0) command += " bucketsize " + _bucketSize;
180+
if (_bucketSize > 0 && _bucketSize != 12) command += " bucketsize " + _bucketSize;
181181

182182
foreach (var co in _createOptions) command += " " + co;
183183

0 commit comments

Comments
 (0)