diff options
author | aapostoliuk <a.apostoliuk@vyos.io> | 2022-07-11 11:55:03 +0300 |
---|---|---|
committer | aapostoliuk <a.apostoliuk@vyos.io> | 2022-07-11 11:55:03 +0300 |
commit | 1f8f96d60e562e9fbf19ff836acfe0a6f473c371 (patch) | |
tree | 5738cbb8800c93c3b4fde9b0d7853e5057555de8 /docs/configuration/service | |
parent | da5025f63ecb5cd38626ab859b4f551eeac12eee (diff) | |
download | vyos-documentation-1f8f96d60e562e9fbf19ff836acfe0a6f473c371.tar.gz vyos-documentation-1f8f96d60e562e9fbf19ff836acfe0a6f473c371.zip |
conntrack-sync: Changed commands syntax
Changed commands syntax to new new format
Diffstat (limited to 'docs/configuration/service')
-rw-r--r-- | docs/configuration/service/conntrack-sync.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/service/conntrack-sync.rst b/docs/configuration/service/conntrack-sync.rst index e2ca8599..c95cadc9 100644 --- a/docs/configuration/service/conntrack-sync.rst +++ b/docs/configuration/service/conntrack-sync.rst @@ -127,11 +127,11 @@ Operation conntrack is not enabled. To enable conntrack, just create a NAT or a firewall rule. :cfgcmd:`set firewall state-policy established action accept` -.. opcmd:: show conntrack-sync external-cache +.. opcmd:: show conntrack-sync cache external Show connection syncing external cache entries -.. opcmd:: show conntrack-sync internal-cache +.. opcmd:: show conntrack-sync cache internal Show connection syncing internal cache entries |