Removed IPv6 code slipped in while cherry picking: MEMP_NUM_SYS_TIMEOUT default value must not depend on LWIP_IPV6, tcp unit tests failed, slipif assigned netif->output_ip6

This commit is contained in:
goldsimon
2012-02-23 07:58:59 +01:00
parent 3db3811054
commit 5deeaa652a
3 changed files with 1 additions and 7 deletions

View File

@@ -243,9 +243,6 @@ void test_tcp_input(struct pbuf *p, struct netif *inp)
current_netif = inp;
current_header = iphdr;
/* since adding IPv6, p->payload must point to tcp header, not ip header */
pbuf_header(p, -(s16_t)sizeof(struct ip_hdr));
tcp_input(p, inp);
current_iphdr_dest.addr = 0;