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/policy | |
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/policy')
-rw-r--r-- | docs/configuration/policy/route.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/policy/route.rst b/docs/configuration/policy/route.rst index 1a85ffc6..45975774 100644 --- a/docs/configuration/policy/route.rst +++ b/docs/configuration/policy/route.rst @@ -19,8 +19,8 @@ from 1 - 999999, at the first match the action of the rule will be executed. Provide a rule-set description. -.. cfgcmd:: set policy route <name> enable-default-log -.. cfgcmd:: set policy route6 <name> enable-default-log +.. cfgcmd:: set policy route <name> default-log +.. cfgcmd:: set policy route6 <name> default-log Option to log packets hitting default-action. @@ -271,4 +271,4 @@ setting a different routing table. .. cfgcmd:: set policy route <name> rule <n> set tcp-mss <500-1460> .. cfgcmd:: set policy route6 <name> rule <n> set tcp-mss <500-1460> - Set packet modifications: Explicitly set TCP Maximum segment size value.
\ No newline at end of file + Set packet modifications: Explicitly set TCP Maximum segment size value. |