MCProxy

Changes between Version 10 and Version 11 of Issues


Ignore:
Timestamp:
03/16/12 13:27:36 (12 years ago)
Author:
woelke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Issues

    v10 v11  
    77 - The Linux kernel doesn't forward link local groups (RFC 4291). So multicast groups should look like ff05:XX or ff15:XX.
    88 - The mcproxy doesn't support MLDv2 at the moment. If a multicast listener subscibe a group (normally with a MLDv2 Report) then the mcproxy cannot process this report. So the mcproxy doesn't notice the listener until the mcproxy send a MLDv1 Query and the listener has to answer with an MLDv1 Report. If the MLD version of the listener set to MLDv1 then this delay can be avoid. This can be done with the following command:
     9
    910{{{
    1011 echo 1 > /proc/sys/net/ipv6/conf/<inerface>/force_mld_version
    1112}}}
     13
     14The upstream of the mcproxy has the same problem.