diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-14 00:04:22 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-14 00:04:22 +0200 |
commit | c6d0a43ef18792a305b7323098247ccb6958780d (patch) | |
tree | 063079afc3cdede56e691c07d6bb844be894bc2a | |
parent | 9032b065dc72d2c36b29d4de89984f7d53b289d6 (diff) |
compile ip6_tunnel module into the kernel
the other modules are not sufficient for 4in6 tunnels
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 2517552..a0cd14c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -54,6 +54,7 @@ CONFIG_INET_TUNNEL=y CONFIG_INET6_TUNNEL=y CONFIG_IPV6=y CONFIG_IPV6_SIT=y +CONFIG_IPV6_TUNNEL=y CONFIG_VLAN_8021Q=y CONFIG_VLAN_8021Q_GVRP=y CONFIG_VLAN_8021Q_MVRP=y |