#13460: IPv6 stack malfunction ?
----------------------------+-----------------------------------
  Reporter:  congelli501@…  |      Owner:  developers
      Type:  defect         |     Status:  new
  Priority:  normal         |  Milestone:  Barrier Breaker 14.07
 Component:  kernel         |    Version:  Trunk
Resolution:                 |   Keywords:  ipv6 ping
----------------------------+-----------------------------------

Comment (by anonymous):

 What you're missing is [https://en.wikipedia.org/wiki/Broadcast_address
 broadcast addresses].  Generally the all-zero and all-ones IP addresses
 are reserved and both can potentially handled as broadcast.  So, when you
 ping 2001:910:1105::/48, this is being treated as a broadcast and
 '''all''' devices on the network may potentially respond; since the
 router's own IP address 2001:910:1105:ff00:: is on the subnet, it receives
 the broadcast and responds.  If you had at least one more device you would
 see ''multiple'' responses for every ping packet sent out.

--
Ticket URL: <https://dev.openwrt.org/ticket/13460#comment:2>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to