From 0e18f4b416550f5118c32961353c1478934e27c0 Mon Sep 17 00:00:00 2001
From: aapostoliuk <a.apostoliuk@vyos.io>
Date: Tue, 25 Jun 2024 16:51:26 +0300
Subject: 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)
---
 docs/configuration/highavailability/index.rst | 4 ++++
 1 file changed, 4 insertions(+)

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
 --------------
 
-- 
cgit v1.2.3