mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/ndproxy: Adjust helptext of downlink interface (#4553)
* net/ndproxy: Adjust helptext of downlink interface * Update net/ndproxy/src/opnsense/mvc/app/controllers/OPNsense/Ndproxy/forms/general.xml Co-authored-by: Franco Fichtner <franco@opnsense.org> * Update net/ndproxy/Makefile Co-authored-by: Franco Fichtner <franco@opnsense.org> --------- Co-authored-by: Franco Fichtner <franco@opnsense.org>
This commit is contained in:
parent
7de5c62651
commit
c58ba1498e
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
<id>ndproxy.general.ndproxy_downlink_mac_address</id>
|
||||
<label>Downlink MAC Address</label>
|
||||
<type>text</type>
|
||||
<help><![CDATA[Enter the MAC address of the downlink interface that will distribute the external IPv6 prefix of the upstream interface. Usually, this is the LAN interface.]]></help>
|
||||
<help><![CDATA[Enter the MAC address of the downlink interface. Usually, this is the WAN interface. When ndproxy runs on the same router that distributes the IPv6 prefix, uplink and downlink interfaces are identical.]]></help>
|
||||
</field>
|
||||
<field>
|
||||
<id>ndproxy.general.ndproxy_uplink_ipv6_addresses</id>
|
||||
|
|
|
|||
Loading…
Reference in a new issue