diff options
author | Robert Göhler <github@ghlr.de> | 2024-05-06 21:26:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-06 21:26:41 +0200 |
commit | f555a7dc9055671333eacf471589b91d1ee63523 (patch) | |
tree | 6942ec993c906d37c51b1aad8757a90065c765a2 /docs/configuration/firewall/ipv6.rst | |
parent | 452da3ffa88f88870e9415629b8cd8bde69b80cf (diff) | |
parent | 0e98fdb64154011850ba5705b9c6f8e74868c955 (diff) | |
download | vyos-documentation-f555a7dc9055671333eacf471589b91d1ee63523.tar.gz vyos-documentation-f555a7dc9055671333eacf471589b91d1ee63523.zip |
Merge pull request #1422 from srividya0208/fw_log
Modified old option from 'enable-default-log' to new one 'default-log'
Diffstat (limited to 'docs/configuration/firewall/ipv6.rst')
-rw-r--r-- | docs/configuration/firewall/ipv6.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/configuration/firewall/ipv6.rst b/docs/configuration/firewall/ipv6.rst index 0aa8a137..c679ffd5 100644 --- a/docs/configuration/firewall/ipv6.rst +++ b/docs/configuration/firewall/ipv6.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 ipv6 forward filter enable-default-log -.. cfgcmd:: set firewall ipv6 input filter enable-default-log -.. cfgcmd:: set firewall ipv6 output filter enable-default-log -.. cfgcmd:: set firewall ipv6 name <name> enable-default-log +.. cfgcmd:: set firewall ipv6 forward filter default-log +.. cfgcmd:: set firewall ipv6 input filter default-log +.. cfgcmd:: set firewall ipv6 output filter default-log +.. cfgcmd:: set firewall ipv6 name <name> default-log Use this command to enable the logging of the default action on the specified chain. @@ -1177,7 +1177,7 @@ Example Partial Config } name INP-ETH1 { default-action drop - enable-default-log + default-log rule 10 { action accept protocol tcp_udp |