diff options
author | srividya0208 <a.srividya@vyos.io> | 2024-05-06 13:49:48 -0400 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-06 19:27:47 +0000 |
commit | d6019e8c51e7c75be764b2bddb574fba5dd9ab58 (patch) | |
tree | fa15233ff6c7efa5131fcae50a31e45c81f798ee /docs/configuration/firewall/ipv4.rst | |
parent | 39a997dd95282c09d5f78478998d6c8be57e0ca3 (diff) | |
download | vyos-documentation-d6019e8c51e7c75be764b2bddb574fba5dd9ab58.tar.gz vyos-documentation-d6019e8c51e7c75be764b2bddb574fba5dd9ab58.zip |
Modified old option from 'enable-default-log' to new one 'default-log'
(cherry picked from commit 0e98fdb64154011850ba5705b9c6f8e74868c955)
Diffstat (limited to 'docs/configuration/firewall/ipv4.rst')
-rw-r--r-- | docs/configuration/firewall/ipv4.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration/firewall/ipv4.rst b/docs/configuration/firewall/ipv4.rst index ee83967f..840c522e 100644 --- a/docs/configuration/firewall/ipv4.rst +++ b/docs/configuration/firewall/ipv4.rst @@ -206,10 +206,10 @@ log options can be defined. Enable logging for the matched packet. If this configuration command is not present, then log is not enabled. -.. cfgcmd:: set firewall ipv4 forward filter enable-default-log -.. cfgcmd:: set firewall ipv4 input filter enable-default-log -.. cfgcmd:: set firewall ipv4 output filter enable-default-log -.. cfgcmd:: set firewall ipv4 name <name> enable-default-log +.. cfgcmd:: set firewall ipv4 forward filter default-log +.. cfgcmd:: set firewall ipv4 input filter default-log +.. cfgcmd:: set firewall ipv4 output filter default-log +.. cfgcmd:: set firewall ipv4 name <name> default-log Use this command to enable the logging of the default action on the specified chain. |