Merge branch 'bugfix/fix_ap_send_udp_pkt_use_sta_netif' into 'master'

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

See merge request sdk/ESP8266_RTOS_SDK!309
This commit is contained in:
Wu Jian Gang
2018-07-19 10:39:20 +08:00
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