diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-02 21:46:01 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-07-03 14:27:01 +0200 |
commit | ebdda091a04beea782201b9fe8e3040f37269375 (patch) | |
tree | 84e43f3332bd6aebd8145caf38a3b1872c3c6755 /packages | |
parent | 03c62aa2eb067831eb214ce0f28de147e623a056 (diff) | |
download | vyos-build-ebdda091a04beea782201b9fe8e3040f37269375.tar.gz vyos-build-ebdda091a04beea782201b9fe8e3040f37269375.zip |
Kernel: T5887: update Linux Kernel to v6.6.36
(cherry picked from commit dd322145bec2902dd4f18064d6c6f18464b987f9)
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch b/packages/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch index a4026a24..9d10ec7e 100644 --- a/packages/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch +++ b/packages/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch @@ -126,10 +126,10 @@ index 9dfbda164e8c..2786c8ea451a 100644 .procname = "ioam6_id", .data = &ipv6_devconf.ioam6_id, diff --git a/net/ipv6/route.c b/net/ipv6/route.c -index c48eaa7c2340..309a93100c34 100644 +index eb3afaee62e8..0f8670e74cc7 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c -@@ -677,6 +677,14 @@ static inline void rt6_probe(struct fib6_nh *fib6_nh) +@@ -679,6 +679,14 @@ static inline void rt6_probe(struct fib6_nh *fib6_nh) } #endif @@ -144,7 +144,7 @@ index c48eaa7c2340..309a93100c34 100644 /* * Default Router Selection (RFC 2461 6.3.6) */ -@@ -718,6 +726,8 @@ static int rt6_score_route(const struct fib6_nh *nh, u32 fib6_flags, int oif, +@@ -720,6 +728,8 @@ static int rt6_score_route(const struct fib6_nh *nh, u32 fib6_flags, int oif, if (!m && (strict & RT6_LOOKUP_F_IFACE)) return RT6_NUD_FAIL_HARD; |