package/mrouted: bump for v4.5 release
Upstream ChangeLog: - Ignore IGMP proxy querys (src ip: 0.0.0.0), they must never win a querier election - Fix compat read location and new location for mrouted.genid - Fix "non-decreasing" generation id, must increment on each restart - Add support for configurable IGMP query response interval - Add support for configurable IGMP querier timeout - New 'join-group <group>' phyint option for cases where an IGMP snooping switch blocks flooding of multicast to the port where mrouted is connected - On startup and reconf, log why we skip disabled interfaces - Change to always log when assuming the IGMP querier role Signed-off-by: Joachim Wiberg <troglobit@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
5a32daed29
commit
268db827a2
@ -1,5 +1,5 @@
|
||||
# From https://github.com/troglobit/mrouted/releases/download/4.4/mrouted-4.4.tar.gz.sha256
|
||||
sha256 095439e544d69c91ed64fa87db7e35bc2155eef48b7f268281d80946d2c6b953 mrouted-4.4.tar.gz
|
||||
# From https://github.com/troglobit/mrouted/releases/
|
||||
sha256 99e1a1ca45e4e6c05b3cf379fd59a239aeabd9512656114528ad5e172d3c8ba8 mrouted-4.5.tar.gz
|
||||
|
||||
# Locally calculated
|
||||
sha256 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29 LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MROUTED_VERSION = 4.4
|
||||
MROUTED_VERSION = 4.5
|
||||
MROUTED_SITE = \
|
||||
https://github.com/troglobit/mrouted/releases/download/$(MROUTED_VERSION)
|
||||
MROUTED_DEPENDENCIES = host-bison
|
||||
|
Loading…
Reference in New Issue
Block a user