We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1de82d commit 81de8a8Copy full SHA for 81de8a8
1 file changed
README.md
100644
100755
@@ -537,3 +537,18 @@ or more rules, than commit it:
537
538
The drawback is that Table is a singleton, and if you disable
539
autocommit, it will be disabled for all instances of that Table.
540
+
541
542
+Known Issues
543
+============
544
545
+These issues are mainly caused by complex interaction with upstream's
546
+Netfilter implementation, and will require quite significant effort to
547
+fix. Workarounds are available.
548
549
+* [Issue #201](https://github.com/ldx/python-iptables/issues/201)
550
+ -- The `hashlimit` match requires explicitly setting `hashlimit_htable_expire`
551
552
+* [Issue #204](https://github.com/ldx/python-iptables/issues/204)
553
+ -- The `NOTRACK` target is problematic; use `CT --notrack` instead
554
0 commit comments