diff options
author | Nataliia Solomko <natalirs1985@gmail.com> | 2024-03-13 19:09:21 +0200 |
---|---|---|
committer | Nataliia Solomko <natalirs1985@gmail.com> | 2024-03-13 19:09:21 +0200 |
commit | d632ce658cbe6557b17cffd3c0b17545ee3181c2 (patch) | |
tree | eda8e14158503fea24d1a9f7d94b67f6d41b4636 /interface-definitions | |
parent | 423a25a814ca92870399dab1c5e107732a16292d (diff) | |
download | vyos-1x-d632ce658cbe6557b17cffd3c0b17545ee3181c2.tar.gz vyos-1x-d632ce658cbe6557b17cffd3c0b17545ee3181c2.zip |
vrrp: T5504: Keepalived VRRP ability to set more than one peer-address
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/vrrp.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/vrrp.xml.in b/interface-definitions/vrrp.xml.in index 24e547c9f..8ac74f124 100644 --- a/interface-definitions/vrrp.xml.in +++ b/interface-definitions/vrrp.xml.in @@ -185,6 +185,7 @@ <validator name="ipv4-address"/> <validator name="ipv6-address"/> </constraint> + <multi/> </properties> </leafNode> <leafNode name="no-preempt"> |