"Mehmet Ali Ekici" <[email protected]> wrote: > Is there any routing filter implementation in the lwip stack ?
Yes, in git head (not in the 1.4.0 release), you can define a "hook" function to replace the default routing behaviour: just define LWIP_HOOK_IP4_ROUTE(dstIpv4) to your own routing function. There's not such thing for IPv6, yet, though. Simon -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
