diff options
author | Daniil Baturin <daniil@baturin.org> | 2021-02-11 07:22:46 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2021-02-11 08:24:50 +0200 |
commit | 51dc9eb8c0692fe68223538e634bdbd25363a862 (patch) | |
tree | 725e28bc7236e6317cd52f96865588b5004a2fea /interface-definitions/vrrp.xml.in | |
parent | ee8f20596ba1b0482b5e9ccc7826baae294dbde5 (diff) | |
download | vyos-1x-51dc9eb8c0692fe68223538e634bdbd25363a862.tar.gz vyos-1x-51dc9eb8c0692fe68223538e634bdbd25363a862.zip |
T3248: add the missing mode-force option, just a dummy for issuing deprecation warnings.
Diffstat (limited to 'interface-definitions/vrrp.xml.in')
-rw-r--r-- | interface-definitions/vrrp.xml.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/interface-definitions/vrrp.xml.in b/interface-definitions/vrrp.xml.in index caa9f4a33..3c4c9b83c 100644 --- a/interface-definitions/vrrp.xml.in +++ b/interface-definitions/vrrp.xml.in @@ -212,6 +212,15 @@ </constraint> </properties> </leafNode> + <leafNode name="mode-force"> + <properties> + <valueless/> + <help>Disable VRRP state checking (deprecated, will be removed in VyOS 1.4)</help> + <constraint> + <validator name="script"/> + </constraint> + </properties> + </leafNode> </children> </node> <leafNode name="virtual-address"> |