From fd2c9d9899ad3084309791ee606daefdb9dab026 Mon Sep 17 00:00:00 2001 From: 13r0ck Date: Tue, 13 Dec 2022 16:15:54 -0700 Subject: [PATCH] Add CONFIG_INET_TABLE_PERTURB_ORDER > The default is almost always what you want. Only change this if you know what you are doing. Kernel docs say to leave the default. We will do the same here, https://cateee.net/lkddb/web-lkddb/INET_TABLE_PERTURB_ORDER.html --- debian.master/config/config.common.ubuntu | 1 + 1 file changed, 1 insertion(+) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index c968b68b486d5f..39a832d46c0caf 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -5046,6 +5046,7 @@ CONFIG_INET_TCP_DIAG=m CONFIG_INET_TUNNEL=m CONFIG_INET_UDP_DIAG=m CONFIG_INET_XFRM_TUNNEL=m +CONFIG_INET_TABLE_PERTURB_ORDER=16 CONFIG_INFINIBAND=m CONFIG_INFINIBAND_ADDR_TRANS=y CONFIG_INFINIBAND_ADDR_TRANS_CONFIGFS=y