You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
John Crispin 29c3611294 igmpproxy: Multiple downlink interfaces fix.
from Erik Tews <erik@datenzone.de>

This patch has two effects. First, the quickleave feature/behaviour is
disabled for all groups that are used on more than one interface. The
idea of quickleave is to leave a group fast and later figure out whether
there is still somebody interested in that group. For groups used on
more than one interface, it is already known that there is still
somebody interested in that group.

Second, when a leave is received for a group that is used on more than
one interface, igmpproxy sends queries on all interface to discover
remeining listeners for that group. Previously these queries were only
send on the interface the leave was received on, so that listeners on
the other interfaces were not discovered and the group might be left on
the upstream router incorrectly.

This patch can be improved by sending the queries only on the interface
the leave was received on and adapting the algorithm in
internAgeRoute(...) in rttable.c in a way that only one interface is
actually processed and all other interfaces of the route are silently
assumed to be still active.

Signed-off-by: Erik Tews <erik@datenzone.de>

SVN-Revision: 44859
9 years ago
..
base-files base-files: firstboot: pass down arguments such as -y to jffs2reset 9 years ago
boot grub2: fix processing the serial rts/cts option 9 years ago
devel packages: some (e)glibc fixes after r44701 9 years ago
firmware kernel: add staging r8188eu module (3.13) 10 years ago
kernel ltq-hcd: remove ar10 and vr9 support 9 years ago
libs packages: some (e)glibc fixes after r44701 9 years ago
network igmpproxy: Multiple downlink interfaces fix. 9 years ago
system packages: some (e)glibc fixes after r44701 9 years ago
utils packages: more (e)glibc fixes after r44701 9 years ago
Makefile postinst trigger: the new postinst trigger broke IB 10 years ago