From f5d5dfc247aba17b7a4f0ce23dbbcb8d06ecb5b8 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 27 May 2024 07:34:41 +0200 Subject: dhcpv6-server: T3493: add constraintGroup for prefix-delegation start/stop address In addition for testing that the supplied IPv6 address ends with ::, we also verify that it's a proper IPv6 address, just in case. --- interface-definitions/service_dhcpv6-server.xml.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/interface-definitions/service_dhcpv6-server.xml.in b/interface-definitions/service_dhcpv6-server.xml.in index effba3884..589eb709c 100644 --- a/interface-definitions/service_dhcpv6-server.xml.in +++ b/interface-definitions/service_dhcpv6-server.xml.in @@ -228,10 +228,11 @@ ipv6 IPv6 address used in prefix delegation - + + ([a-fA-F0-9]{1,4}:)+: - + @@ -254,10 +255,11 @@ ipv6 IPv6 address used in prefix delegation - + + ([a-fA-F0-9]{1,4}:)+: - + -- cgit v1.2.3