lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] routing over PPP using lwip


From: Sylvain Rochet
Subject: Re: [lwip-users] routing over PPP using lwip
Date: Thu, 14 May 2015 01:43:12 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

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

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]