]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix up broken 3.4 ipv6 patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Aug 2014 16:54:25 +0000 (09:54 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Aug 2014 16:54:25 +0000 (09:54 -0700)
queue-3.4/ipv6-reallocate-addrconf-router-for-ipv6-address-when-lo-device-up.patch

index 1ca22cb2c9ef600884f05b8d555ad5ef9c3ca410..8d83853c19dff35ac6b2674937378f1dc3e0c5b2 100644 (file)
@@ -55,7 +55,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 +                               * reallocate a new router for ifa.
 +                               */
 +                              if (sp_ifa->rt->dst.obsolete > 0) {
-+                                      dst_release(sp_ifa->rt);
++                                      dst_release(&sp_ifa->rt->dst);
 +                                      sp_ifa->rt = NULL;
 +                              } else {
 +                                      continue;