mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
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:
@@ -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
|
||||
|
||||
+1
-1
@@ -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
-4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user