From 186e26603b6fa08d9f94fb282fda8816954ab9ad Mon Sep 17 00:00:00 2001
From: Daniil Baturin <daniil@baturin.org>
Date: Thu, 11 Feb 2021 07:22:46 +0100
Subject: T3248: add the missing mode-force option, just a dummy for issuing
 deprecation warnings.

---
 interface-definitions/vrrp.xml.in | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'interface-definitions')

diff --git a/interface-definitions/vrrp.xml.in b/interface-definitions/vrrp.xml.in
index caa9f4a33..1bb57d165 100644
--- a/interface-definitions/vrrp.xml.in
+++ b/interface-definitions/vrrp.xml.in
@@ -212,6 +212,12 @@
                       </constraint>
                     </properties>
                   </leafNode>
+                  <leafNode name="mode-force">
+                    <properties>
+                      <valueless/>
+                      <help>Disable VRRP state checking (deprecated, will be removed in VyOS 1.4)</help>
+                    </properties>
+                  </leafNode>
                 </children>
               </node>
               <leafNode name="virtual-address">
-- 
cgit v1.2.3