diff options
author | Alex W <embezzle.dev@proton.me> | 2024-05-04 21:34:25 +0100 |
---|---|---|
committer | Alex W <embezzle.dev@proton.me> | 2024-05-04 21:34:25 +0100 |
commit | 4c27b48a71856f6d6900fa37856b76609c82289c (patch) | |
tree | e8f6801e8b508a4d7989dae6b96e8e1d7fbb6041 /docs/configuration/service/conntrack-sync.rst | |
parent | 0389f28eac48dd87d5b1bcc5126d8ed52d967e0b (diff) | |
download | vyos-documentation-4c27b48a71856f6d6900fa37856b76609c82289c.tar.gz vyos-documentation-4c27b48a71856f6d6900fa37856b76609c82289c.zip |
service: Corrected spelling mistakes
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' |