Skip to content
Snippets Groups Projects
Select Git revision
  • experimental default protected
  • nrb/airmax-test
  • v2023.2.4-ffs
  • nrb/ar9344-reset-sequence
  • autinerd/experimental-openwrt-24.10
  • v2023.2.3-ffs
  • v2023.2.2-ffs
  • v2023.2-ffs
  • v2023.1-ffs
  • v2022.1.4-ffs
  • feature/addMikrotikwAP
  • v2022.1.3-ffs
  • v2021.1.2-ffs
  • v2022.1.1-ffs
  • master protected
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • experimental-2025-06-06
  • experimental-2025-06-06-base
  • experimental-2025-05-27
  • experimental-2025-05-27-base
  • experimental-2025-05-18
  • experimental-2025-05-18-base
  • experimental-2025-05-15
  • experimental-2025-05-15-base
  • experimental-2025-05-13
  • experimental-2025-05-13-base
  • experimental-2025-05-08
  • experimental-2025-05-08-base
  • experimental-2025-05-05
  • experimental-2025-05-05-base
  • experimental-2025-05-02
  • experimental-2025-05-02-base
  • experimental-2025-05-01
  • experimental-2025-05-01-base
  • experimental-2025-04-29
  • experimental-2025-04-29-base
40 results

user

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Linus Lüssing authored
    Implement a configurable MLD Querier wake-up calls "feature" which
    works around a widely spread Android bug in connection with IGMP/MLD
    snooping.
    
    Currently there are mobile devices (e.g. Android) which are not able
    to receive and respond to MLD Queries reliably because the Wifi driver
    filters a lot of ICMPv6 when the device is asleep - including
    MLD. This in turn breaks IPv6 communication when MLD Snooping is
    enabled. However there is one ICMPv6 type which is allowed to pass and
    which can be used to wake up the mobile device: ICMPv6 Echo Requests.
    
    If this bridge is the selected MLD Querier then setting
    "multicast_wakeupcall" to a number n greater than 0 will send n
    ICMPv6 Echo Requests to each host behind this port to wake
    them up with each MLD Query. Upon receiving a matching ICMPv6 Echo
    Reply an MLD Query with a unicast ethernet destination will be sent
    to the specific host(s).
    
    Link: https://issuetracker.google.com/issues/149630944
    Link: https://github.com/freifunk-gluon/gluon/issues/1832
    
    
    
    Signed-off-by: default avatarLinus Lüssing <linus.luessing@c0d3.blue>
    b2add48d
    History
    Name Last commit Last update
    ..