diff options
author | Nataliia Solomko <natalirs1985@gmail.com> | 2024-02-08 13:38:59 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-02-08 18:11:54 +0000 |
commit | e538d2a54dfff48afb07ae21b3df52a218495f77 (patch) | |
tree | 8796c05f2af28e930cf25517ecd144d909a12b8b | |
parent | ec60a936645a22050db1550de12ca1fbb63abfbe (diff) | |
download | vyos-1x-e538d2a54dfff48afb07ae21b3df52a218495f77.tar.gz vyos-1x-e538d2a54dfff48afb07ae21b3df52a218495f77.zip |
T5685: Keepalived VRRP prefix is not necessary for the virtual address
(cherry picked from commit 1cb52f758cec78b9ac19f47448064b8e9e722b67)
-rw-r--r-- | interface-definitions/high-availability.xml.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/interface-definitions/high-availability.xml.in b/interface-definitions/high-availability.xml.in index aa23888a4..59f0f1052 100644 --- a/interface-definitions/high-availability.xml.in +++ b/interface-definitions/high-availability.xml.in @@ -276,8 +276,17 @@ <format>ipv6net</format> <description>IPv6 address and prefix length</description> </valueHelp> + <valueHelp> + <format>ipv4</format> + <description>IPv4 address</description> + </valueHelp> + <valueHelp> + <format>ipv6</format> + <description>IPv6 address</description> + </valueHelp> <constraint> <validator name="ip-host"/> + <validator name="ip-address"/> </constraint> </properties> <children> |