aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.32/301-ipv6_send_rs_when_forwarding.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-05 11:43:34 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-05 11:43:34 +0000
commit2e3f8c480e4e27cb843553820aff019cf7cb2649 (patch)
tree84982919b31a0221ba9a0d5a4f0f732f399262d9 /target/linux/generic/patches-2.6.32/301-ipv6_send_rs_when_forwarding.patch
parente005aed2231ce7bce0214061ea0d7f546c7fec24 (diff)
downloadupstream-2e3f8c480e4e27cb843553820aff019cf7cb2649.tar.gz
upstream-2e3f8c480e4e27cb843553820aff019cf7cb2649.tar.bz2
upstream-2e3f8c480e4e27cb843553820aff019cf7cb2649.zip
linux/2.6.32: R.I.P.
SVN-Revision: 31597
Diffstat (limited to 'target/linux/generic/patches-2.6.32/301-ipv6_send_rs_when_forwarding.patch')
-rw-r--r--target/linux/generic/patches-2.6.32/301-ipv6_send_rs_when_forwarding.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/generic/patches-2.6.32/301-ipv6_send_rs_when_forwarding.patch b/target/linux/generic/patches-2.6.32/301-ipv6_send_rs_when_forwarding.patch
deleted file mode 100644
index fab7f89f49..0000000000
--- a/target/linux/generic/patches-2.6.32/301-ipv6_send_rs_when_forwarding.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/net/ipv6/addrconf.c
-+++ b/net/ipv6/addrconf.c
-@@ -2888,7 +2888,8 @@ static void addrconf_dad_completed(struc
- start sending router solicitations.
- */
-
-- if (ifp->idev->cnf.forwarding == 0 &&
-+ if ((ifp->idev->cnf.forwarding == 0 ||
-+ ifp->idev->cnf.forwarding == 2) &&
- ifp->idev->cnf.rtr_solicits > 0 &&
- (dev->flags&IFF_LOOPBACK) == 0 &&
- (ipv6_addr_type(&ifp->addr) & IPV6_ADDR_LINKLOCAL)) {