Hi Damien, First, please don't top-post and please use proper quoting.
On Wed, May 13, 2015 at 11:11:13PM +0000, COOKE, Damien wrote: > The version is the master head from about a week ago. > I am using pppos > I am not using NAT It should work then. > How do I check if routing is on or off? #define IP_FORWARD 1 #define LWIP_IPV6_FORWARD 1 in your lwipopts.h Note you have to do the IP routing yourself using the routing hooks if you need a routing table, lwIP does not have a routing table per se. Sylvain
signature.asc
Description: Digital signature
_______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
