third_party/linux: disable fallback tunnel devs
Introduces a patch for a kernel config option to control the default
behavior for fallback tunnel devices in the kernel.
We want to fully disable them but this can otherwise only be done by
passing kernel commandline arguments which would need to be specified in
a lot of places and can easily be missed.
This will get rid of things like the sit0 interface in the host and
container namespaces.
Change-Id: I2c03c5aa50bc64b527b72c3c022d3e9f2111dd84
Reviewed-on: https://review.monogon.dev/c/monogon/+/3430
Tested-by: Jenkins CI
Reviewed-by: Tim Windelschmidt <tim@monogon.tech>
diff --git a/build/bazel/third_party.MODULE.bazel b/build/bazel/third_party.MODULE.bazel
index 5a04aaa..1d4a8fb 100644
--- a/build/bazel/third_party.MODULE.bazel
+++ b/build/bazel/third_party.MODULE.bazel
@@ -117,6 +117,7 @@
"//third_party/linux/external:disable-static-ifs.patch",
"//third_party/linux/external:enable-pmsg.patch",
"//third_party/linux/external:lacp_fix.patch",
+ "//third_party/linux/external:fb-devs-knob.patch",
],
strip_prefix = "linux-" + LINUX_VERSION,
urls = ["https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-%s.tar.xz" % LINUX_VERSION],