tabascoeye / lwip

a fork of the light-weight IP stack
Other
15 stars 6 forks source link

routing with multiple interfaces on same subnet is broken #5

Open tabascoeye opened 10 years ago

tabascoeye commented 10 years ago

When multiple netifs are on the same local subnet multiple problems arise:

phew...

tabascoeye commented 10 years ago

Alternative to adding the "src" to the routing function (which feels odd) we could replace all the places where the function is abused to find out a local IP and/or the fitting netif to send on. Becuase in those cases, we need to find a good match.

tabascoeye commented 9 years ago

Also check the official LwIP bug tracker: http://savannah.nongnu.org/task/?13397