diff options
author | rebortg <github@ghlr.de> | 2023-01-03 20:43:59 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2023-01-03 20:43:59 +0100 |
commit | 4cf8356534ae9ed8e391108995d3683e144d82ea (patch) | |
tree | 71a2ea3e445f756be6ff8c1b9b77969446da2f33 /docs/configuration/firewall | |
parent | 27ba4998694974136e3dd86ebf597719c7de2890 (diff) | |
download | vyos-documentation-4cf8356534ae9ed8e391108995d3683e144d82ea.tar.gz vyos-documentation-4cf8356534ae9ed8e391108995d3683e144d82ea.zip |
zonefirewall: fix wrong character
Diffstat (limited to 'docs/configuration/firewall')
-rw-r--r-- | docs/configuration/firewall/zone.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/firewall/zone.rst b/docs/configuration/firewall/zone.rst index 6ed3e9f1..b27e02b9 100644 --- a/docs/configuration/firewall/zone.rst +++ b/docs/configuration/firewall/zone.rst @@ -55,7 +55,7 @@ To define a zone setup either one with interfaces or a local zone. Define the zone as a local zone. A local zone has no interfaces and will be applied to the router itself. -.. cfgcmd:: set firewall zone <name> default-action [drop | reject] +.. cfgcmd:: set firewall zone <name> default-action [drop | reject] Change the default-action with this setting. |