net/mdns-repeater: note the recent docs change

https://github.com/opnsense/docs/commit/2f1b56bc93619acc08d864fe7d86218a9653d2c2

It would be nice to have a constraint for this, but it's
probably not worth the work in this case although the validation
should be stating this, not the help text and documentation.
This commit is contained in:
Franco Fichtner
2023-10-20 10:56:06 +02:00
parent c45755f6dc
commit 7ff3c44957
3 changed files with 6 additions and 5 deletions
+1
View File
@@ -1,5 +1,6 @@
PLUGIN_NAME= mdns-repeater
PLUGIN_VERSION= 1.1
PLUGIN_REVISION= 1
PLUGIN_COMMENT= Proxy multicast DNS between networks
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
PLUGIN_DEPENDS= mdns-repeater
@@ -15,6 +15,6 @@
<id>mdnsrepeater.interfaces</id>
<label>Listen Interfaces</label>
<type>select_multiple</type>
<help>At least two interfaces must be selected.</help>
<help>At least 2 interfaces must be selected. The maximum number of supported interfaces by the daemon is 5.</help>
</field>
</form>
@@ -4,17 +4,17 @@
<description>mdns-repeater settings</description>
<items>
<enabled type="BooleanField">
<default>0</default>
<Default>0</Default>
<Required>Y</Required>
</enabled>
<enablecarp type="BooleanField">
<default>0</default>
<Default>0</Default>
<Required>Y</Required>
</enablecarp>
<interfaces type="InterfaceField">
<default>lan</default>
<Default>lan</Default>
<Required>Y</Required>
<multiple>Y</multiple>
<Multiple>Y</Multiple>
</interfaces>
</items>
</model>