Re: [lwip-users] Sending to a non-local network without default netif set

2014-11-19 Thread Fabian Koch
Hey Joel, well yes. I was talking about the scenario you describe in 1). Although my experience with the windows stack in this world has always been: the last connected interface wins and is used for default gateway which always sucked when my 100Mbit cable was detected first and the wireless

Re: [lwip-users] How to explicitly set IP6 header version = 6 in outgoing packets

2014-11-19 Thread Sergio R. Caprile
$ grep -R BeginPacketSend lwip/* $ What are you talking about, Willis ? Are we talking lwIP here ? ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users

Re: [lwip-users] How to explicitly set IP6 header version = 6 in outgoing packets

2014-11-19 Thread Ivan Delamer
This is already done in ethip6_send(). Are you sure you've set this? netif-output_ip6 = ethip6_output; Also, is the pbuf_header() call in ethip6_output() failing? have you set PBUF_LINK_HLEN to 14 or 16 ? Ivan Date: Tue, 18 Nov 2014 11:57:55 -0700 (MST) From: mfkexpress