Skip to content

Commit

Permalink
Info on Known Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoluan committed Jun 2, 2017
1 parent d1de82d commit ae83a31
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -537,3 +537,18 @@ or more rules, than commit it:

The drawback is that Table is a singleton, and if you disable
autocommit, it will be disabled for all instances of that Table.


Known Issues
============

These issues are mainly caused by complex interaction with upstream's
Netfilter implementation, and will require quite significant effort to
fix. Workarounds are available.

* [Issue #201](https://github.com/ldx/python-iptables/issues/201)
-- The `hashlimit` match requires explicitly setting `hashlimit_htable_expire`

* [Issue #204](https://github.com/ldx/python-iptables/issues/204)
-- The `NOTRACK` target is problematic; use `CT --notrack` instead

0 comments on commit ae83a31

Please sign in to comment.