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/include/interface | |
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/include/interface')
-rw-r--r-- | interface-definitions/include/interface/dhcp-options.xml.i | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/interface-definitions/include/interface/dhcp-options.xml.i b/interface-definitions/include/interface/dhcp-options.xml.i index 2ed5fd403..8027769ff 100644 --- a/interface-definitions/include/interface/dhcp-options.xml.i +++ b/interface-definitions/include/interface/dhcp-options.xml.i @@ -12,6 +12,10 @@ <leafNode name="host-name"> <properties> <help>Override system host-name sent to DHCP server</help> + <constraint> + #include <include/constraint/host-name.xml.i> + </constraint> + <constraintErrorMessage>Host-name must be alphanumeric and can contain hyphens</constraintErrorMessage> </properties> </leafNode> <leafNode name="mtu"> |