From 79af3560e7b2f88b6850739b0e30ee372c51f63b Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 21 Jan 2021 17:58:49 +0100 Subject: dhcp: T3237: add constraint to static-mapping mac-address node The format of the CLI specified MAC address was not validated as only addresses with a colon as seperator are supported. Constraint has been added. --- interface-definitions/dhcp-server.xml.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'interface-definitions') diff --git a/interface-definitions/dhcp-server.xml.in b/interface-definitions/dhcp-server.xml.in index 912e4eaf7..aba2bea8a 100644 --- a/interface-definitions/dhcp-server.xml.in +++ b/interface-definitions/dhcp-server.xml.in @@ -335,11 +335,14 @@ - MAC address of static mapping [REQUIRED] + Media Access Control (MAC) address h:h:h:h:h:h - MAC address used in static mapping [REQUIRED] + Hardware (MAC) address + + + -- cgit v1.2.3