diff options
author | Christian Breunig <christian@breunig.cc> | 2023-05-09 19:25:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-09 19:25:24 +0200 |
commit | 6a150eb26c97e41a66bfb693bfc0ad09c4f4fd2c (patch) | |
tree | 8f59bb8940a1c050d599d3627acefcd10245b5ed /interface-definitions | |
parent | 73ec6fd55d1881e9ca0439a993e9bda8e06d1448 (diff) | |
parent | e201454f073c9a92fb56b65f497eae55fc634521 (diff) | |
download | vyos-1x-6a150eb26c97e41a66bfb693bfc0ad09c4f4fd2c.tar.gz vyos-1x-6a150eb26c97e41a66bfb693bfc0ad09c4f4fd2c.zip |
Merge pull request #1984 from sever-sever/T5060
T5060: Add disable option for high-availability
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/high-availability.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/high-availability.xml.in b/interface-definitions/high-availability.xml.in index ce6603796..9b52fe82e 100644 --- a/interface-definitions/high-availability.xml.in +++ b/interface-definitions/high-availability.xml.in @@ -6,6 +6,7 @@ <help>High availability settings</help> </properties> <children> + #include <include/generic-disable-node.xml.i> <node name="vrrp"> <properties> <help>Virtual Router Redundancy Protocol settings</help> |