diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-05-27 15:20:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-05-27 15:20:04 +0000 |
commit | b810acd44b7b458ae62a3cbf4cf418a7db78e1e7 (patch) | |
tree | cf3968b0e9505da05b0a8bde94188bf5215706fa /target/linux/generic/patches-3.18/645-bridge_multicast_to_unicast.patch | |
parent | 0c4d4b2013da0d5f997f78a911f5c3466f6dcf1a (diff) | |
download | upstream-b810acd44b7b458ae62a3cbf4cf418a7db78e1e7.tar.gz upstream-b810acd44b7b458ae62a3cbf4cf418a7db78e1e7.tar.bz2 upstream-b810acd44b7b458ae62a3cbf4cf418a7db78e1e7.zip |
kernel: bridge: backport two snooping related patches
With this patch the following two patches are backported:
* bridge: fix parsing of MLDv2 reports
* bridge: allow setting hash_max + multicast_router if interface is down
The former one is an important fix which got just applied to the net-tree
and is queued for stable. The latter is a patch which is needed to make
the hash_max and multicast_router attributes configurable through
netifd.
Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45783 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.18/645-bridge_multicast_to_unicast.patch')
-rw-r--r-- | target/linux/generic/patches-3.18/645-bridge_multicast_to_unicast.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.18/645-bridge_multicast_to_unicast.patch b/target/linux/generic/patches-3.18/645-bridge_multicast_to_unicast.patch index 5acfea6c3a..a7e320f8a0 100644 --- a/target/linux/generic/patches-3.18/645-bridge_multicast_to_unicast.patch +++ b/target/linux/generic/patches-3.18/645-bridge_multicast_to_unicast.patch @@ -130,7 +130,7 @@ err = br_ip6_multicast_add_group(br, port, &grec->grec_mca, - vid); + vid, src); - if (!err) + if (err) break; } @@ -1407,7 +1434,8 @@ br_multicast_leave_group(struct net_brid |