From 1aae9cdebac475fa2e979cc886f175faa437ebc1 Mon Sep 17 00:00:00 2001 From: Wolfgang Frisch Date: Mon, 16 Sep 2024 12:34:16 +0200 Subject: [PATCH] sysctl-whitelist: traefik: increase socket buffers (bsc#1230555) --- configs/openSUSE/sysctl-whitelist.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configs/openSUSE/sysctl-whitelist.toml b/configs/openSUSE/sysctl-whitelist.toml index 0f49ad207..2f842defe 100644 --- a/configs/openSUSE/sysctl-whitelist.toml +++ b/configs/openSUSE/sysctl-whitelist.toml @@ -175,3 +175,13 @@ bugs = ["bsc#1174722", "bsc#1209363", "bsc#1210951", "bsc#1215542", "bsc#1219168 path = "/usr/lib/sysctl.d/90-kubeadm.conf" digester = "shell" hash = "43e95061f764465452c91708145e6d5948ab0e4750ed9ce98b59e1a1f223f45a" + +[[FileDigestGroup]] +package = "traefik" +type = "sysctl" +note = "increases the maximum network socket buffer size" +bug = "bsc#1230555" +[[FileDigestGroup.digests]] +path = "/usr/lib/sysctl.d/90-traefik.conf" +digester = "shell" +hash = "fa6168516d46bc00f6d0cccc4470fa0e2beea74396490d3466b1640f8e312bd2"