lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #7409] IPv6 support for LwIP 1.4.0RC1


From: kudat kara
Subject: [lwip-devel] [patch #7409] IPv6 support for LwIP 1.4.0RC1
Date: Mon, 24 Jan 2011 14:21:48 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)

Follow-up Comment #4, patch #7409 (project lwip):

As of RFC4443 4.2 An Echo Reply SHOULD be sent in response to an Echo Request
message sent to an IPv6 multicast or anycast address. 
icmp6_input function of icmp6.c should rather not check
if (ip6_addr_ismulticast(ip6_current_dest_addr()))
to drop packets.

Lwip should join linklocal multicast group,
nd6_tmr function of nd6.c may have
ip6_addr_set_allnodes_linklocal(&multicast_address);
mld6_joingroup(netif_ip6_addr(netif, i), &multicast_address);
just like joining solicited node multicast group.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?7409>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]