<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/package/network/services/igmpproxy, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2016-06-07T06:59:36Z</updated>
<entry>
<title>treewide: fix replace nbd@openwrt.org with nbd@nbd.name</title>
<updated>2016-06-07T06:59:36Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-06-07T06:59:36Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/commit/?id=b0684dafa3c9a4692bd965d1f2ed65c2c08bc6a1'/>
<id>urn:sha1:b0684dafa3c9a4692bd965d1f2ed65c2c08bc6a1</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;

SVN-Revision: 49379
</content>
</entry>
<entry>
<title>igmpproxy: fix spurious restarts on interface events, pass used netdevs to procd instead</title>
<updated>2015-09-26T23:27:23Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-09-26T23:27:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/commit/?id=76869b83ea5a00ba5ab200fd054364b7a4704ee0'/>
<id>urn:sha1:76869b83ea5a00ba5ab200fd054364b7a4704ee0</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47055
</content>
</entry>
<entry>
<title>igmpproxy: add names for default config lan/wan phyint sections to make it easier to refer to them from scripts</title>
<updated>2015-03-19T20:37:40Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-03-19T20:37:40Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/commit/?id=4a25ec9a425ead9b44a9934b40a734a584747313'/>
<id>urn:sha1:4a25ec9a425ead9b44a9934b40a734a584747313</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 44896
</content>
</entry>
<entry>
<title>igmpproxy: Multiple downlink interfaces fix.</title>
<updated>2015-03-17T09:43:07Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-03-17T09:43:07Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/commit/?id=e896a31b9041fd109f4f978c877caf88884d1b89'/>
<id>urn:sha1:e896a31b9041fd109f4f978c877caf88884d1b89</id>
<content type='text'>
from Erik Tews &lt;erik@datenzone.de&gt;

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 &lt;erik@datenzone.de&gt;

SVN-Revision: 44859
</content>
</entry>
<entry>
<title>packages: some (e)glibc fixes after r44701</title>
<updated>2015-03-16T12:25:06Z</updated>
<author>
<name>Nicolas Thill</name>
</author>
<published>2015-03-16T12:25:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/commit/?id=55e02736b3cc72a8e7f0b76a59faa3f3514f43d6'/>
<id>urn:sha1:55e02736b3cc72a8e7f0b76a59faa3f3514f43d6</id>
<content type='text'>
Signed-off-by: Nicolas Thill &lt;nico@openwrt.org&gt;

SVN-Revision: 44842
</content>
</entry>
<entry>
<title>igmpproxy: add patch to silence unnecessary logging of downstream igmp traffic</title>
<updated>2015-01-18T00:42:43Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-01-18T00:42:43Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/commit/?id=43d2366e509a1d1a85c454dfb3861b1a58f9bab5'/>
<id>urn:sha1:43d2366e509a1d1a85c454dfb3861b1a58f9bab5</id>
<content type='text'>
This patch adds a simple check to silence logging of messages about
unrecognized igmp packets which originate from devices in local network.

Without this patch igmpproxy floods openwrt syslog with messages such as:
  user.warn igmpproxy[19818]: The source address 192.168.1.175 for group
  239.255.250.250, is not in any valid net for upstream VIF.

Signed-off-by: Antti Seppälä &lt;a.seppala@gmail.com&gt;

SVN-Revision: 44020
</content>
</entry>
<entry>
<title>igmpproxy: do not attempt to ifstatus error messages as json</title>
<updated>2014-12-12T14:52:29Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2014-12-12T14:52:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/commit/?id=5fcb79c1dea5e9e9a21c140b09ba28d45421f4ae'/>
<id>urn:sha1:5fcb79c1dea5e9e9a21c140b09ba28d45421f4ae</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 43660
</content>
</entry>
<entry>
<title>igmpproxy: do not start instance if no upstream interface is available</title>
<updated>2014-12-12T14:52:24Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2014-12-12T14:52:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/commit/?id=3c572381315bba4726a722db92e6dcca86c5695a'/>
<id>urn:sha1:3c572381315bba4726a722db92e6dcca86c5695a</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 43659
</content>
</entry>
<entry>
<title>igmpproxy: fix init script indentation</title>
<updated>2014-12-12T14:52:18Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2014-12-12T14:52:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/commit/?id=e776e264b2318e547c463a3c34c6546536fd9aad'/>
<id>urn:sha1:e776e264b2318e547c463a3c34c6546536fd9aad</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 43658
</content>
</entry>
<entry>
<title>license info - revert r43155</title>
<updated>2014-11-03T09:56:44Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-11-03T09:56:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/commit/?id=18ce20cecd79be619dbe875a0ea22e1ed0e125ef'/>
<id>urn:sha1:18ce20cecd79be619dbe875a0ea22e1ed0e125ef</id>
<content type='text'>
turns out that r43155 adds duplicate info.

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 43167
</content>
</entry>
</feed>
