Skip to content

Commit

Permalink
T6773: dhcp-server: ddns: Fix incorrect interface definition spec
Browse files Browse the repository at this point in the history
  • Loading branch information
abukharov committed Nov 26, 2024
1 parent 885427e commit 8756d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface-definitions/include/dhcp/ddns-settings.xml.i
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
<description>Use the name the client sent. If the client sent no name, generate one for
the client</description>
</valueHelp>
<defaultValue>never</defaultValue>
<constraint>
<regex>(never|always|when-present|when-not-present)</regex>
</constraint>
<constraintErrorMessage>Invalid replace client name mode</constraintErrorMessage>
</properties>
<defaultValue>never</defaultValue>
</leafNode>
<leafNode name="generated-prefix">
<properties>
Expand Down

0 comments on commit 8756d20

Please sign in to comment.