Split iptables and port publishing into separate pages #23217
Closed
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.
Description
With nftables on the way - refer to "firewall" instead of "iptables" in the top-level description in
packet-filtering-firewalls.md
, move out the iptables specifics, and port-publishing (which applies to both iptables and nftables).The specifics for nftables will go into a new page -
firewall-nftables.md
, alongsidefirewall-iptables.md
. The split probably isn't too worthwhile until that exists. When I've made some more progress, I can add the nftables updates here (or a separate PR, if PRs can be merged to main without publishing to the website?)Related issues or tickets
Reviews