diff options
| author | Christian Breunig <christian@breunig.cc> | 2023-05-17 15:46:13 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-17 15:46:13 +0200 | 
| commit | 0c91c356183bb33dea0b24c9ccd77b55c15e7ea0 (patch) | |
| tree | 29c396833fb8f4a955651b61dce2ff09d13a5566 /interface-definitions/high-availability.xml.in | |
| parent | d9c495144d1bcd22e5450fdaa268f34e0c70e636 (diff) | |
| parent | b6e780e05893c92e6bc36bdc452c31cf94673719 (diff) | |
| download | vyos-1x-0c91c356183bb33dea0b24c9ccd77b55c15e7ea0.tar.gz vyos-1x-0c91c356183bb33dea0b24c9ccd77b55c15e7ea0.zip  | |
Merge pull request #2008 from indrajitr/misc-conf-mode-fixes
T5226: Standardize hostname and IP address validators and constraints
Diffstat (limited to 'interface-definitions/high-availability.xml.in')
| -rw-r--r-- | interface-definitions/high-availability.xml.in | 9 | 
1 files changed, 3 insertions, 6 deletions
diff --git a/interface-definitions/high-availability.xml.in b/interface-definitions/high-availability.xml.in index 94253def3..c5e46ed38 100644 --- a/interface-definitions/high-availability.xml.in +++ b/interface-definitions/high-availability.xml.in @@ -129,8 +129,7 @@                          <description>IPv6 ping target address</description>                        </valueHelp>                        <constraint> -                        <validator name="ipv4-address"/> -                        <validator name="ipv6-address"/> +                        <validator name="ip-address"/>                        </constraint>                      </properties>                    </leafNode> @@ -156,8 +155,7 @@                      <description>IPv6 hello source address</description>                    </valueHelp>                    <constraint> -                    <validator name="ipv4-address"/> -                    <validator name="ipv6-address"/> +                    <validator name="ip-address"/>                    </constraint>                  </properties>                </leafNode> @@ -173,8 +171,7 @@                      <description>IPv6 unicast peer address</description>                    </valueHelp>                    <constraint> -                    <validator name="ipv4-address"/> -                    <validator name="ipv6-address"/> +                    <validator name="ip-address"/>                    </constraint>                  </properties>                </leafNode>  | 
