MCProxy

Changes between Version 6 and Version 7 of Issues


Ignore:
Timestamp:
03/16/12 13:18:19 (13 years ago)
Author:
woelke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Issues

    v6 v7  
    55
    66== IPv6 ==
    7  - The Linux kernel don't forward link local groups (RFC 4291). So multicast groups should look like ff05:XX or ff15:XX.
    8  -
     7 - The Linux kernel doesn't forward link local groups (RFC 4291). So multicast groups should look like ff05:XX or ff15:XX.
     8 - The mcproxy doesn't support MLDv2 at the moment. If a multicast listener subscibe a group (normally with a MLDv2 Report) 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.