mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-23 16:47:05 +08:00
CHANGELOG: added LWIP_HOOK_ND6_GET_GW()
This commit is contained in:
@@ -2433,7 +2433,7 @@
|
||||
* - dest: the destination IPv4 address
|
||||
* Returns the IPv4 address of the gateway to handle the specified destination
|
||||
* IPv4 address. If NULL is returned, the netif's default gateway is used.
|
||||
* The returned address MUST be reachable on the specified netif!
|
||||
* The returned address MUST be directly reachable on the specified netif!
|
||||
* This function is meant to implement advanced IPv4 routing together with
|
||||
* LWIP_HOOK_IP4_ROUTE(). The actual routing/gateway table implementation is
|
||||
* not part of lwIP but can e.g. be hidden in the netif's state argument.
|
||||
@@ -2476,7 +2476,7 @@
|
||||
* - dest: the destination IPv6 address
|
||||
* Returns the IPv6 address of the next hop to handle the specified destination
|
||||
* IPv6 address. If NULL is returned, a NDP-discovered router is used instead.
|
||||
* The returned address MUST be reachable on the specified netif!
|
||||
* The returned address MUST be directly reachable on the specified netif!
|
||||
* This function is meant to implement advanced IPv6 routing together with
|
||||
* LWIP_HOOK_IP6_ROUTE(). The actual routing/gateway table implementation is
|
||||
* not part of lwIP but can e.g. be hidden in the netif's state argument.
|
||||
|
||||
Reference in New Issue
Block a user