[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] filter
From: |
Simon Goldschmidt |
Subject: |
Re: [lwip-users] filter |
Date: |
Mon, 05 Dec 2011 09:40:26 +0100 |
"Mehmet Ali Ekici" <address@hidden> 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] filter, Mehmet Ali Ekici, 2011/12/05
- Re: [lwip-users] filter,
Simon Goldschmidt <=