#1405 NORM Opportu: Forwarding of packets in the mesh by the wireless should be able to be filtered by IP multicast group.

Zarro Boogs per Child bugtracker at laptop.org
Fri Nov 2 16:13:33 EDT 2007


#1405: Forwarding of packets in the mesh by the wireless should be able to be
filtered by IP multicast group.
--------------------------+-------------------------------------------------
  Reporter:  jg           |       Owner:  marcelo    
      Type:  enhancement  |      Status:  new        
  Priority:  normal       |   Milestone:  Opportunity
 Component:  wireless     |     Version:             
Resolution:               |    Keywords:             
  Verified:  0            |  
--------------------------+-------------------------------------------------
Changes (by gnu):

  * verified:  => 0


Comment:

 Every Ethernet/802.x Linux device driver already tells the hardware what
 multicast addresses is it interested in listening to.  The hardware
 guarantees that packets for that set of addresses will come through its
 multicast filter.  (Cheaper devices also let other multicast packets
 through, that you didn't ask for.  E.g. sometimes the hardware hashes the
 destination address down to say 64 buckets, and set an internal bit for
 any bucket that contains an address the kernel is interested in.  Packets
 whose destinations hash to the same bucket might arrive and need to be
 discarded by software.  All that stuff has worked in Linux for years.)

 "/sbin/ip maddrs" will list all the addresses that the kernel has
 currently told each device.  So that part of the work is already done --
 this feature just requires mesh firmware work.

-- 
Ticket URL: <http://dev.laptop.org/ticket/1405#comment:1>
One Laptop Per Child <http://dev.laptop.org>
OLPC bug tracking system



More information about the Bugs mailing list