summaryrefslogtreecommitdiff
path: root/sysdep/cf
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2022-07-27 00:47:24 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2022-07-27 00:47:24 +0200
commit082905a8338b4ba20a08ada0d562bbc5e15c707b (patch)
tree6d3fdf8840d4a7ca3984d517dee8e02e5e7ac414 /sysdep/cf
parent2e484f8d2977186f6d97213827a66847738d2c31 (diff)
parentddb1bdf2819ce69248d5a51e71d803f13548b217 (diff)
Merge branch 'master' into backport
Diffstat (limited to 'sysdep/cf')
-rw-r--r--sysdep/cf/README1
-rw-r--r--sysdep/cf/linux.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/sysdep/cf/README b/sysdep/cf/README
index 9a7a4afa..68078bbe 100644
--- a/sysdep/cf/README
+++ b/sysdep/cf/README
@@ -4,7 +4,6 @@ Available configuration variables:
CONFIG_AUTO_ROUTES Device routes are added automagically by the kernel
CONFIG_SELF_CONSCIOUS We're able to recognize whether route was installed by us
CONFIG_MULTIPLE_TABLES The kernel supports multiple routing tables
-CONFIG_ALL_TABLES_AT_ONCE Kernel scanner wants to process all tables at once
CONFIG_SINGLE_ROUTE There is only one route per network
CONFIG_MC_PROPER_SRC Multicast packets have source address according to socket saddr field
diff --git a/sysdep/cf/linux.h b/sysdep/cf/linux.h
index 047d3764..c640bef4 100644
--- a/sysdep/cf/linux.h
+++ b/sysdep/cf/linux.h
@@ -9,7 +9,6 @@
#define CONFIG_AUTO_ROUTES
#define CONFIG_SELF_CONSCIOUS
#define CONFIG_MULTIPLE_TABLES
-#define CONFIG_ALL_TABLES_AT_ONCE
#define CONFIG_IP6_SADR_KERNEL
#define CONFIG_MC_PROPER_SRC