net/ndp-proxy-go: Add to plugins, remove ULA suggestion (#798)

This commit is contained in:
Monviech 2025-11-06 10:01:34 +01:00 committed by GitHub
parent f19efaff65
commit 4bd2ec001a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
================================================== ==================================================
ndp-proxy-go (IPv6 Neighbor Discovery Proxy) ndp-proxy-go (Neighbor Discovery Proxy)
================================================== ==================================================
.. contents:: .. contents::
@ -41,7 +41,6 @@ Important configuration details
and a default route to the ISP. Router advertisements must be sent from the ISP to the WAN. and a default route to the ISP. Router advertisements must be sent from the ISP to the WAN.
- **LAN (downstreams)**: - **LAN (downstreams)**:
The downstream LAN interface(s) must be configured in link-local mode, or via static IPv6 address with an unique local address (ULA).
The requirement is that the interface must have an link-local address (LLA). The requirement is that the interface must have an link-local address (LLA).
@ -72,7 +71,7 @@ Go to :menuselection:`Interfaces --> LAN` and choose either a link-local or a st
**IPv6 Configuration Type** ``link-local`` **IPv6 Configuration Type** ``link-local``
**or** **or**
**IPv6 Configuration Type** ``Static IPv6`` **IPv6 Configuration Type** ``Static IPv6``
**IPv6 address** ``fd80::1:1/64`` **IPv6 address** ``fe80::/64``
============================================== ==================================================================== ============================================== ====================================================================
Save and apply the new interface settings. Save and apply the new interface settings.

View File

@ -23,6 +23,7 @@ Routing
manual/dynamic_routing manual/dynamic_routing
manual/how-tos/tayga manual/how-tos/tayga
manual/ndp-proxy-go
manual/ndproxy manual/ndproxy
-------------------- --------------------