diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-05-07 12:46:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 12:46:42 +0200 |
commit | ccc07b46019f1325b3f48c29cf8c77ba89dd359a (patch) | |
tree | e95cede76c5552a50172857b6df4abf6da123ae2 /docs/configuration/service/conntrack-sync.rst | |
parent | f555a7dc9055671333eacf471589b91d1ee63523 (diff) | |
parent | 2804093e1f809e7ae9502a98374fd2cc5d612543 (diff) | |
download | vyos-documentation-ccc07b46019f1325b3f48c29cf8c77ba89dd359a.tar.gz vyos-documentation-ccc07b46019f1325b3f48c29cf8c77ba89dd359a.zip |
Merge pull request #1416 from Embezzle/spelling
Fix spelling mistakes across multiple files
Diffstat (limited to 'docs/configuration/service/conntrack-sync.rst')
-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 db23c92f..232db1a8 100644 --- a/docs/configuration/service/conntrack-sync.rst +++ b/docs/configuration/service/conntrack-sync.rst @@ -29,7 +29,7 @@ will be mandatorily defragmented. It is possible to use either Multicast or Unicast to sync conntrack traffic. Most examples below show Multicast, but unicast can be specified by using the -"peer" keywork after the specificed interface, as in the following example: +"peer" keywork after the specified interface, as in the following example: :cfgcmd:`set service conntrack-sync interface eth0 peer 192.168.0.250` @@ -204,7 +204,7 @@ Now configure conntrack-sync service on ``router1`` **and** ``router2`` .. code-block:: none - set high-availablilty vrrp group internal virtual-address ... etc ... + set high-availability vrrp group internal virtual-address ... etc ... set high-availability vrrp sync-group syncgrp member 'internal' set service conntrack-sync accept-protocol 'tcp' set service conntrack-sync accept-protocol 'udp' |