mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 10:35:27 +00:00
interfaces: change default port to a hint in latest VXLAN addition
This commit is contained in:
parent
72dfc48866
commit
80b24b547b
@ -24,7 +24,8 @@
|
||||
<id>vxlan.vxlanlocalport</id>
|
||||
<label>Source port</label>
|
||||
<type>text</type>
|
||||
<help>Define the source port. Default is 4789.</help>
|
||||
<help>Define the port to be used.</help>
|
||||
<hint>4789</hint>
|
||||
<advanced>true</advanced>
|
||||
</field>
|
||||
<field>
|
||||
@ -40,7 +41,8 @@
|
||||
<id>vxlan.vxlanremoteport</id>
|
||||
<label>Remote port</label>
|
||||
<type>text</type>
|
||||
<help>Define the remote port. Default is 4789.</help>
|
||||
<help>Define the port to be used.</help>
|
||||
<hint>4789</hint>
|
||||
<advanced>true</advanced>
|
||||
</field>
|
||||
<field>
|
||||
@ -56,8 +58,6 @@
|
||||
<id>vxlan.vxlandev</id>
|
||||
<label>Device</label>
|
||||
<type>dropdown</type>
|
||||
<help>
|
||||
When the interface is configured in multicast mode, the dev interface is used to transmit IP multicast packets.
|
||||
</help>
|
||||
<help>When the interface is configured in multicast mode, the dev interface is used to transmit IP multicast packets.</help>
|
||||
</field>
|
||||
</form>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user