diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-10 20:33:13 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-01-10 20:33:13 +0100 |
commit | bf211f4558c2799d4258c4225d4d795064a52fd7 (patch) | |
tree | a4861d82c5b4d59904578e01f8c18b1ec8f53233 /packages | |
parent | eb1a10558717239f2025737ee4e56dd01cba4355 (diff) | |
download | vyos-build-bf211f4558c2799d4258c4225d4d795064a52fd7.tar.gz vyos-build-bf211f4558c2799d4258c4225d4d795064a52fd7.zip |
Kernel: T5887: updae patch for HUNK offset
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 3a0503e..9c79e4f 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 @@ -100,7 +100,7 @@ index ca0ff15dc8fa..67a55fec5b29 100644 }; diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c -index 0b6ee962c84e..070f2285f9eb 100644 +index b007d098ffe2..865d7be4fd29 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c @@ -5639,6 +5639,7 @@ static inline void ipv6_store_devconf(struct ipv6_devconf *cnf, @@ -111,7 +111,7 @@ index 0b6ee962c84e..070f2285f9eb 100644 } static inline size_t inet6_ifla6_size(void) -@@ -7071,6 +7072,13 @@ static const struct ctl_table addrconf_sysctl[] = { +@@ -7067,6 +7068,13 @@ static const struct ctl_table addrconf_sysctl[] = { .extra1 = (void *)SYSCTL_ZERO, .extra2 = (void *)SYSCTL_ONE, }, @@ -126,7 +126,7 @@ index 0b6ee962c84e..070f2285f9eb 100644 .procname = "ioam6_id", .data = &ipv6_devconf.ioam6_id, diff --git a/net/ipv6/route.c b/net/ipv6/route.c -index 9c687b357e6a..0be7ebe30a2d 100644 +index 56525b5b95a2..e3af0e704291 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c @@ -676,6 +676,14 @@ static inline void rt6_probe(struct fib6_nh *fib6_nh) |