mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-07 20:24:34 +08:00
using LWIP_HOOK_IP4_ROUTE_SRC hook find specified netif route, using cmd `ping 192.168.xx.xx e0`, ping dest using e0 netif. if not found netif, using default netif, the effect is same as the cmd `ping 192.168.xx.xx` that only ping with default netif.