diff options
author | Nick Anderegg <nick@anderegg.io> | 2023-09-12 21:36:25 -0400 |
---|---|---|
committer | Nick Anderegg <nick@anderegg.io> | 2023-09-12 21:36:25 -0400 |
commit | 1e8c862c55493799b51482cdc9d9eb8323784bff (patch) | |
tree | 966f19dd37fba1ec30407d2867b590012a469968 /docs/quick-start.rst | |
parent | 101c6e1a642b22828b996633dd511500ce226e30 (diff) | |
download | vyos-documentation-1e8c862c55493799b51482cdc9d9eb8323784bff.tar.gz vyos-documentation-1e8c862c55493799b51482cdc9d9eb8323784bff.zip |
chore: fix formatting and add linter comments
Diffstat (limited to 'docs/quick-start.rst')
-rw-r--r-- | docs/quick-start.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick-start.rst b/docs/quick-start.rst index 801089ee..221a8088 100644 --- a/docs/quick-start.rst +++ b/docs/quick-start.rst @@ -124,8 +124,8 @@ Firewall A new firewall structure—which uses the ``nftables`` backend, rather than ``iptables``—is available on all installations starting from VyOS ``1.4-rolling-202308040557``. The firewall supports creation of distinct, -interlinked chains for each -`Netfilter hook <https://wiki.nftables.org/wiki-nftables/index.php/Netfilter_hooks>`_ +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 |