[openwrt/openwrt] netifd: fix IPv6 routing loop on point-to-point links

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 22 14:59:51 EST 2021


dedeckeh pushed a commit to openwrt/openwrt.git, branch openwrt-19.07:
https://git.openwrt.org/9999c87d3a3cf93344be99d314bdd63e2ca782f1

commit 9999c87d3a3cf93344be99d314bdd63e2ca782f1
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Thu Jan 21 21:02:41 2021 +0100

    netifd: fix IPv6 routing loop on point-to-point links
    
    753c351 interface-ip: add unreachable route if address is offlink
    
    Signed-off-by: Hans Dedecker <dedeckeh at gmail.com>
---
 package/network/config/netifd/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile
index 31640c80cd..2e64a67363 100644
--- a/package/network/config/netifd/Makefile
+++ b/package/network/config/netifd/Makefile
@@ -5,9 +5,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git
-PKG_SOURCE_DATE:=2019-08-05
-PKG_SOURCE_VERSION:=5e02f94411b06f192fb2a7d9be9abde3549153a8
-PKG_MIRROR_HASH:=96e158584c605e96aceb3ce7e8ad8faa8e774ffd67d59558b2d6c2ff49d0f1a5
+PKG_SOURCE_DATE:=2021-01-09
+PKG_SOURCE_VERSION:=753c351bc729967a691d99e27693be5aec334028
+PKG_MIRROR_HASH:=e7d95bde520fc660d0a49e28c5bb50fff3071d7f48fe7fc3fc610f38edfc7df1
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list