Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/defaults.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vyos_mirror = "https://packages.vyos.net/repositories/current"
vyos_branch = "current"
release_train = "current"

kernel_version = "6.6.114"
kernel_version = "6.6.117"
kernel_flavor = "vyos"
bootloaders = "syslinux,grub-efi"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ index 798497c8b192..0b4510b06ab5 100644
};

diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
index 1c3b0ba289fb..075da0727e7d 100644
index 0e49ee83533b..227e9e439fea 100644
--- a/net/ipv6/addrconf.c
+++ b/net/ipv6/addrconf.c
@@ -5671,6 +5671,7 @@ static inline void ipv6_store_devconf(struct ipv6_devconf *cnf,
Expand All @@ -112,7 +112,7 @@ index 1c3b0ba289fb..075da0727e7d 100644
}

static inline size_t inet6_ifla6_size(void)
@@ -7113,6 +7114,13 @@ static const struct ctl_table addrconf_sysctl[] = {
@@ -7115,6 +7116,13 @@ static const struct ctl_table addrconf_sysctl[] = {
.extra1 = (void *)SYSCTL_ZERO,
.extra2 = (void *)SYSCTL_ONE,
},
Expand Down
Loading