Skip to content

Commit f6d926b

Browse files
committed
sysutils/nut: fix netclient address HostnameField definition in model
On branch master Your branch is ahead of 'origin/master' by 1 commit. (use "git push" to publish your local commits) Changes to be committed: modified: sysutils/nut/src/opnsense/mvc/app/models/OPNsense/Nut/Nut.xml
1 parent 4e61380 commit f6d926b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • sysutils/nut/src/opnsense/mvc/app/models/OPNsense/Nut

sysutils/nut/src/opnsense/mvc/app/models/OPNsense/Nut/Nut.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,10 @@
105105
<Required>Y</Required>
106106
<Default>0</Default>
107107
</enable>
108-
<address type="HostnameField"/>
108+
<address type="HostnameField">
109+
<Required>N</Required>
110+
<IpWithPrefix>N</IpWithPrefix>
111+
</address>
109112
<port type="PortField">
110113
<Default>3493</Default>
111114
<Required>N</Required>

0 commit comments

Comments
 (0)