summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2024-06-26 21:55:55 +0200
committerGitHub <noreply@github.com>2024-06-26 21:55:55 +0200
commit5a776538a48b48e396ce2810f35c5738687376a9 (patch)
tree016bb75aeeb391914b9ef2f25412928f41c59e1f
parenta3788a3550d636fa783cd3e7ffc55ec3a0d6ca06 (diff)
parent0e18f4b416550f5118c32961353c1478934e27c0 (diff)
downloadvyos-documentation-5a776538a48b48e396ce2810f35c5738687376a9.tar.gz
vyos-documentation-5a776538a48b48e396ce2810f35c5738687376a9.zip
Merge pull request #1493 from vyos/mergify/bp/sagitta/pr-1490
Added info how to use DNAT and VRRP with rfc3768-compatibility (backport #1490)
-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
--------------