From 80b24b547b1c6e16ee2ca672ffe1ae3256a079f9 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 14 Dec 2023 08:34:08 +0100 Subject: [PATCH] interfaces: change default port to a hint in latest VXLAN addition --- .../OPNsense/Interfaces/forms/dialogVxlan.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/opnsense/mvc/app/controllers/OPNsense/Interfaces/forms/dialogVxlan.xml b/src/opnsense/mvc/app/controllers/OPNsense/Interfaces/forms/dialogVxlan.xml index 8b2a68a7c..97dfa582f 100644 --- a/src/opnsense/mvc/app/controllers/OPNsense/Interfaces/forms/dialogVxlan.xml +++ b/src/opnsense/mvc/app/controllers/OPNsense/Interfaces/forms/dialogVxlan.xml @@ -24,7 +24,8 @@ vxlan.vxlanlocalport text - Define the source port. Default is 4789. + Define the port to be used. + 4789 true @@ -40,7 +41,8 @@ vxlan.vxlanremoteport text - Define the remote port. Default is 4789. + Define the port to be used. + 4789 true @@ -56,8 +58,6 @@ vxlan.vxlandev dropdown - - When the interface is configured in multicast mode, the dev interface is used to transmit IP multicast packets. - + When the interface is configured in multicast mode, the dev interface is used to transmit IP multicast packets.