diff options
author | Ganawa Juanah <ganawa@juanah.com> | 2022-10-08 16:32:49 -0500 |
---|---|---|
committer | Ganawa Juanah <ganawa@juanah.com> | 2022-10-08 16:32:49 -0500 |
commit | 1b1e930a22beacad2154d043b5eccbdf4481503b (patch) | |
tree | 0d3ba368c1d905a4c51e8b461acee036cb6af103 /docs/configuration/firewall | |
parent | 80dc663e5d67e51c7835db299db67e1fcb81bb85 (diff) | |
download | vyos-documentation-1b1e930a22beacad2154d043b5eccbdf4481503b.tar.gz vyos-documentation-1b1e930a22beacad2154d043b5eccbdf4481503b.zip |
firewall: reduce line ending in rule-set
Diffstat (limited to 'docs/configuration/firewall')
-rw-r--r-- | docs/configuration/firewall/general.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configuration/firewall/general.rst b/docs/configuration/firewall/general.rst index 8e093c1d..efd5cb58 100644 --- a/docs/configuration/firewall/general.rst +++ b/docs/configuration/firewall/general.rst @@ -591,7 +591,8 @@ A Rule-Set can be applied to every interface: * ``out``: Ruleset for forwarded packets on an outbound interface * ``local``: Ruleset for packets destined for this router -.. cfgcmd:: set firewall interface <interface> [in | out | local] [name | ipv6-name] <rule-set> +.. cfgcmd:: set firewall interface <interface> [in | out | local] [name | ipv6-name] + <rule-set> Here are some examples for applying a rule-set to an interface |