From 80ecb1b7aaab47edeb355c3b74a763e940d88179 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 29 Apr 2022 19:51:50 +0200 Subject: xml: T4047: use full string match in the regex validator --- interface-definitions/high-availability.xml.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'interface-definitions/high-availability.xml.in') diff --git a/interface-definitions/high-availability.xml.in b/interface-definitions/high-availability.xml.in index 662052e12..0631acdda 100644 --- a/interface-definitions/high-availability.xml.in +++ b/interface-definitions/high-availability.xml.in @@ -63,7 +63,7 @@ AH - IPSEC (not recommended) - ^(plaintext-password|ah)$ + (plaintext-password|ah) Authentication type must be plaintext-password or ah @@ -323,7 +323,7 @@ Locality-Based least connection - ^(round-robin|weighted-round-robin|least-connection|weighted-least-connection|source-hashing|destination-hashing|locality-based-least-connection)$ + (round-robin|weighted-round-robin|least-connection|weighted-least-connection|source-hashing|destination-hashing|locality-based-least-connection) least-connection @@ -360,7 +360,7 @@ Tunneling - ^(direct|nat|tunnel)$ + (direct|nat|tunnel) nat @@ -394,7 +394,7 @@ UDP - ^(tcp|udp)$ + (tcp|udp) tcp -- cgit v1.2.3