From c425ed54c15b15fecdb9ccf0661ee4a73f924d29 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 6 Mar 2015 07:10:14 +0100 Subject: [PATCH] add patch to forward ipv6 neighbor solicitation on bridge --- Makefile | 3 ++- bridge-forward-ipv6-neighbor-solicitation.patch | 17 +++++++++++++++++ changelog.Debian | 6 ++++++ 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 bridge-forward-ipv6-neighbor-solicitation.patch diff --git a/Makefile b/Makefile index ed42f2c..c22328d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE=3.4 KERNEL_VER=3.10.0 -PKGREL=28 +PKGREL=29 # also include firmware of previous versrion into # the fw package: fwlist-2.6.32-PREV-pve KREL=7 @@ -178,6 +178,7 @@ ${KERNEL_SRC}/README: ${KERNEL_SRC}.org/README #cd ${KERNEL_SRC}; patch -p1 <../${RHKERSRCDIR}/patch-042stab083 #cd ${KERNEL_SRC}; patch -p1 <../do-not-use-barrier-on-ext3.patch cd ${KERNEL_SRC}; patch -p1 <../bridge-patch.diff + cd ${KERNEL_SRC}; patch -p1 <../bridge-forward-ipv6-neighbor-solicitation.patch #cd ${KERNEL_SRC}; patch -p1 <../kvm-fix-invalid-secondary-exec-controls.patch #cd ${KERNEL_SRC}; patch -p1 <../fix-aspm-policy.patch #cd ${KERNEL_SRC}; patch -p1 <../kbuild-generate-mudules-builtin.patch diff --git a/bridge-forward-ipv6-neighbor-solicitation.patch b/bridge-forward-ipv6-neighbor-solicitation.patch new file mode 100644 index 0000000..caf5056 --- /dev/null +++ b/bridge-forward-ipv6-neighbor-solicitation.patch @@ -0,0 +1,17 @@ +see http://forum.proxmox.com/threads/21218-Proxmox-VE-IPv6-Problems + +patch from http://patchwork.ozlabs.org/patch/326048/ + +--- linux-2.6-2.6.32/net/bridge/br_multicast.c.org 2015-03-06 06:57:00.000000000 +0100 ++++ linux-2.6-2.6.32/net/bridge/br_multicast.c 2015-03-06 06:57:35.000000000 +0100 +@@ -1433,8 +1433,8 @@ static int br_multicast_ipv6_rcv(struct + return 0; + + /* Prevent flooding this packet if there is no listener present */ +- if (!ipv6_addr_is_ll_all_nodes(&ip6h->daddr)) +- BR_INPUT_SKB_CB(skb)->mrouters_only = 1; ++/* if (!ipv6_addr_is_ll_all_nodes(&ip6h->daddr)) ++ BR_INPUT_SKB_CB(skb)->mrouters_only = 1;*/ + + if (ip6h->nexthdr != IPPROTO_HOPOPTS || + ip6h->payload_len == 0) diff --git a/changelog.Debian b/changelog.Debian index 94bc71c..afeebb4 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,9 @@ +pve-kernel-3.10.0 (3.10.0-29) unstable; urgency=low + + * IPv6: forwaring ICMP6 neighbor solicitation on bridge + + -- Proxmox Support Team Fri, 06 Mar 2015 07:09:19 +0100 + pve-kernel-3.10.0 (3.10.0-28) unstable; urgency=low * update to kernel-3.10.0-123.20.1.el7.src.rpm -- 2.39.2