Fisher, John wrote:

Can lwip be used with two network interfaces simultaneously, say Ethernet and PPP?

Yes, just add more than one netif. Netifs have to be on a different IPv4 subnet, though.

Can it then be configured to route between them?

Normal routing is activated by setting IP_FORWARD to 1. NAT is not supported, though.

Simon
_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to