summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoraapostoliuk <a.apostoliuk@vyos.io>2024-06-25 16:51:26 +0300
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-06-26 19:49:33 +0000
commit0e18f4b416550f5118c32961353c1478934e27c0 (patch)
tree016bb75aeeb391914b9ef2f25412928f41c59e1f /docs
parenta3788a3550d636fa783cd3e7ffc55ec3a0d6ca06 (diff)
downloadvyos-documentation-0e18f4b416550f5118c32961353c1478934e27c0.tar.gz
vyos-documentation-0e18f4b416550f5118c32961353c1478934e27c0.zip
Added info how to use DNAT and VRRP with rfc3768-compatibility
Added warning info on how to use DNAT and VRRP with rfc3768-compatibility. (cherry picked from commit c712670979fc1e2690482374e29b5b9384535dee)
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/highavailability/index.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configuration/highavailability/index.rst b/docs/configuration/highavailability/index.rst
index e624bd9b..3320874d 100644
--- a/docs/configuration/highavailability/index.rst
+++ b/docs/configuration/highavailability/index.rst
@@ -220,6 +220,10 @@ Verification
inet 172.25.0.247/16 scope global eth0v10
valid_lft forever preferred_lft forever
+.. warning:: RFC 3768 creates a virtual interface. If you want to apply
+ the destination NAT rule to the traffic sent to the virtual MAC, set
+ the created virtual interface as `inbound-interface`.
+
Global options
--------------