diff options
author | rebortg <github@ghlr.de> | 2023-11-30 10:26:50 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2023-11-30 10:26:50 +0100 |
commit | d4d3efe7fb4c0a86c6d33a9664eb18fb22e4205e (patch) | |
tree | 942c5fce0e3718627b4fc2c4950e69de95a9f247 /docs/quick-start.rst | |
parent | 7e8c713d4510321eeb429af9ef4b5661fd3c68b3 (diff) | |
download | vyos-documentation-d4d3efe7fb4c0a86c6d33a9664eb18fb22e4205e.tar.gz vyos-documentation-d4d3efe7fb4c0a86c6d33a9664eb18fb22e4205e.zip |
fix build and ref warnings
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 |