diff options
Diffstat (limited to 'docs/quick-start.rst')
-rw-r--r-- | docs/quick-start.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/quick-start.rst b/docs/quick-start.rst index d20a39f9..c8bb3f04 100644 --- a/docs/quick-start.rst +++ b/docs/quick-start.rst @@ -128,12 +128,6 @@ interlinked chains for each `Netfilter hook <https://wiki.nftables.org/wiki-nftables/index.php/Netfilter_hooks>`_ and allows for more granular control over the packet filtering process. -.. note:: Documentation for most of the new firewall CLI can be found in - the :ref:`firewall` chapter.The legacy firewall is still available - for versions before ``1.4-rolling-202308040557`` and can be found in the - :ref:`firewall-legacy` chapter. The examples in this section use the - new configuration. - The firewall begins with the base ``filter`` tables you define for each of the ``forward``, ``input``, and ``output`` Netfiter hooks. Each of these tables is populated with rules that are processed in order and can jump to other chains |