fix(lwip): fix the bug that ip_route get wrong netif

This commit is contained in:
Zhang Jun Hao
2018-07-18 17:19:40 +08:00
parent a29928dee5
commit 2b17b7280f
2 changed files with 27 additions and 1 deletions

View File

@ -1867,6 +1867,8 @@
---------------------------------------
*/
#define LWIP_HOOK_IP4_ROUTE_SRC ip4_route_src_hook
/**
* @defgroup lwip_opts_hooks Hooks
* @ingroup lwip_opts_infrastructure