diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-09-28 15:50:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-28 15:50:16 +0200 |
| commit | c4e230bc3aee9cb1b81f9d90358528240f87fb80 (patch) | |
| tree | 5fb3013d30f72a3bc76daf6be21a0e8bc4c15e31 | |
| parent | 137b20e4253f02dc7e394b592291ab4f1fc5da9a (diff) | |
| parent | 12219223300ae471b771f0a16cd5edf904337fe5 (diff) | |
| download | vyos-build-c4e230bc3aee9cb1b81f9d90358528240f87fb80.tar.gz vyos-build-c4e230bc3aee9cb1b81f9d90358528240f87fb80.zip | |
Merge pull request #1048 from c-po/kernel-6.6.108
Kernel: T5887: update Linux Kernel to v6.6.108
| -rw-r--r-- | data/defaults.toml | 2 | ||||
| -rw-r--r-- | scripts/package-build/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/defaults.toml b/data/defaults.toml index 8b3ba240..4e4e310e 100644 --- a/data/defaults.toml +++ b/data/defaults.toml @@ -14,7 +14,7 @@ vyos_mirror = "https://packages.vyos.net/repositories/current" vyos_branch = "current" release_train = "current" -kernel_version = "6.6.106" +kernel_version = "6.6.108" kernel_flavor = "vyos" bootloaders = "syslinux,grub-efi" diff --git a/scripts/package-build/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch b/scripts/package-build/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch index f33ecf88..0f30074f 100644 --- a/scripts/package-build/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch +++ b/scripts/package-build/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch @@ -89,10 +89,10 @@ index cf592d7b630f..e8915701aa73 100644 }; diff --git a/net/ipv4/devinet.c b/net/ipv4/devinet.c -index c33b1ecc591e..7576d51cd16d 100644 +index 798497c8b192..0b4510b06ab5 100644 --- a/net/ipv4/devinet.c +++ b/net/ipv4/devinet.c -@@ -2609,6 +2609,7 @@ static struct devinet_sysctl_table { +@@ -2608,6 +2608,7 @@ static struct devinet_sysctl_table { "route_localnet"), DEVINET_SYSCTL_FLUSHING_ENTRY(DROP_UNICAST_IN_L2_MULTICAST, "drop_unicast_in_l2_multicast"), |
