summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2024-06-25 23:06:34 +0200
committerGitHub <noreply@github.com>2024-06-25 23:06:34 +0200
commit290bf47c774244230b3ad09c9e7b5c291b7b6a03 (patch)
tree6805e4d5833ec3d464c0e0d4135707df119b9b1a /docs
parentea35f9d6641ae11fa71c4aa5f19e1b8085d45b6d (diff)
parentc712670979fc1e2690482374e29b5b9384535dee (diff)
downloadvyos-documentation-290bf47c774244230b3ad09c9e7b5c291b7b6a03.tar.gz
vyos-documentation-290bf47c774244230b3ad09c9e7b5c291b7b6a03.zip
Merge pull request #1490 from aapostoliuk/vrrp-nat-add-current
Added info how to use DNAT and VRRP with rfc3768-compatibility
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 9158ac1d..93d01364 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
--------------