From 1aa24ee21bfc5a953995ece2cc4efaf3bdd2fc12 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Thu, 27 Apr 2017 12:42:14 +0200 Subject: [PATCH] Add new DHCP hooks to DHCP docs --- src/core/ipv4/dhcp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core/ipv4/dhcp.c b/src/core/ipv4/dhcp.c index 29e54ae8..b0d0b781 100644 --- a/src/core/ipv4/dhcp.c +++ b/src/core/ipv4/dhcp.c @@ -21,6 +21,9 @@ * Use dhcp_release() to end the lease and use dhcp_stop() * to remove the DHCP client. * + * @see LWIP_HOOK_DHCP_APPEND_OPTIONS + * @see LWIP_HOOK_DHCP_PARSE_OPTION + * * @see netifapi_dhcp4 */