]> git.proxmox.com Git - pve-kernel-2.6.32.git/blame - bridge-forward-ipv6-neighbor-solicitation.patch
update to vzkernel-2.6.32-042stab113.12.src.rpm
[pve-kernel-2.6.32.git] / bridge-forward-ipv6-neighbor-solicitation.patch
CommitLineData
eadc34b0
DM
1see http://forum.proxmox.com/threads/21218-Proxmox-VE-IPv6-Problems
2
3patch from http://patchwork.ozlabs.org/patch/326048/
4
5--- linux-2.6-2.6.32/net/bridge/br_multicast.c.org 2015-03-06 06:57:00.000000000 +0100
6+++ linux-2.6-2.6.32/net/bridge/br_multicast.c 2015-03-06 06:57:35.000000000 +0100
7@@ -1433,8 +1433,8 @@ static int br_multicast_ipv6_rcv(struct
8 return 0;
9
10 /* Prevent flooding this packet if there is no listener present */
11- if (!ipv6_addr_is_ll_all_nodes(&ip6h->daddr))
12- BR_INPUT_SKB_CB(skb)->mrouters_only = 1;
13+/* if (!ipv6_addr_is_ll_all_nodes(&ip6h->daddr))
14+ BR_INPUT_SKB_CB(skb)->mrouters_only = 1;*/
15
16 if (ip6h->nexthdr != IPPROTO_HOPOPTS ||
17 ip6h->payload_len == 0)