From 8e14045ef609839ff4da7842a30517e87c9a9a25 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Wed, 22 Dec 2021 17:31:29 +0100 Subject: [PATCH] changelog: Add changes entry --- .../changelog/changes/2021-12-22-kernel-config-update.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/changelog/changes/2021-12-22-kernel-config-update.md diff --git a/sdk_container/src/third_party/coreos-overlay/changelog/changes/2021-12-22-kernel-config-update.md b/sdk_container/src/third_party/coreos-overlay/changelog/changes/2021-12-22-kernel-config-update.md new file mode 100644 index 0000000000..21bc895753 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/changelog/changes/2021-12-22-kernel-config-update.md @@ -0,0 +1 @@ +- Added CONFIG_NF_CT_NETLINK_HELPER (for libnetfilter_cthelper), CONFIG_NET_VRF (for virtual routing and forwarding) and CONFIG_KEY_DH_OPERATIONS (for keyutils) to the kernel config ([PR#1524](https://github.com/flatcar-linux/coreos-overlay/pull/1524))