doc: document broken iptables support#413
Open
yaakov-stein wants to merge 1 commit intofacebook:mainfrom
Open
Conversation
As of commit c951864, iptables is no longer supported. There are currently no plans to support legacy iptables.
8ea401b to
c40a4c9
Compare
qdeslandes
requested changes
Feb 6, 2026
| - :doc:`bfcli`: ``bpfilter``-specific CLI, developed as part of the project. ``bfcli`` supports new ``bpfilter`` features before other CLIs as it's used for development. It allows for a more flexible rule definition: you can use a combination of filters and hooks that might not be possible with other CLIs. However, it doesn't support ``nftables`` or ``iptables`` rules format. | ||
| - :doc:`nftables`: requires a custom version of the ``nft`` binary with ``bpfilter`` support (see below), and support for new ``bpfilter`` features is usually a bit delayed. | ||
| - :doc:`iptables`: similar to ``nftables``, however ``iptables`` has been deprecated globally in favor of ``nftables``. | ||
| - :doc:`nftables` (work in progress): requires a custom version of the ``nft`` binary with ``bpfilter`` support, and support for new ``bpfilter`` features is usually a bit delayed. |
Contributor
There was a problem hiding this comment.
You removed the iptables link here.
|
|
||
| Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes) | ||
| pkts bytes target prot opt in out source destination | ||
| ``iptables`` support is currently broken. |
Contributor
There was a problem hiding this comment.
Refer to #385. We'll track progress on this issue over time.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As of commit c951864, iptables are no longer supported. There are currently no plans to support legacy iptables.