Skip to content

Commit

Permalink
broken space name, typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bk2zsto committed Aug 19, 2024
1 parent b8a2786 commit 3c48e28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/templates/dhcp-server/kea-dhcp4.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
{
"name": "shoretel-server",
"code": 156,
"type": "text",
"space": "ShoreTel IP Phone"
"type": "string",
"space": "shoretel"
}
],
"hooks-libraries": [
Expand Down
2 changes: 1 addition & 1 deletion interface-definitions/include/dhcp/option-v4.xml.i
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
<help>ShoreTel phone configuration</help>
<valueHelp>
<format>text</format>
<description>Comma-seperated parameters for ShorTel phone configuration</description>
<description>Comma-seperated parameters for ShoreTel phone configuration</description>
</valueHelp>
<constraint>
<validator name="shoretel-server"/>
Expand Down
2 changes: 1 addition & 1 deletion python/vyos/kea.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def kea_parse_options(config):
options.append({
'name': 'shoretel-server',
'data': shoretel_server,
'space': 'ShoreTel IP Phone'
'space': 'shoretel'
})

return options
Expand Down

0 comments on commit 3c48e28

Please sign in to comment.