summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-11-13 16:20:29 +0100
committerRobin Gloster <mail@glob.in>2017-03-02 17:19:55 +0100
commit75e85cae42f4ae2f8ffd237009701aeb45da1dcf (patch)
treefa9dfb446aee4225a94057ad6940e27cd8f02ed6 /pkgs/os-specific
parent98523861f67992a603e503c19b9642253fd7bfca (diff)
downloadnixpkgs-75e85cae42f4ae2f8ffd237009701aeb45da1dcf.tar
nixpkgs-75e85cae42f4ae2f8ffd237009701aeb45da1dcf.tar.gz
nixpkgs-75e85cae42f4ae2f8ffd237009701aeb45da1dcf.tar.bz2
nixpkgs-75e85cae42f4ae2f8ffd237009701aeb45da1dcf.tar.lz
nixpkgs-75e85cae42f4ae2f8ffd237009701aeb45da1dcf.tar.xz
nixpkgs-75e85cae42f4ae2f8ffd237009701aeb45da1dcf.tar.zst
nixpkgs-75e85cae42f4ae2f8ffd237009701aeb45da1dcf.zip
linux: enable FOU tunnels and VRF interfaces
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 40c49509fd0..189560c28ac 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -129,6 +129,7 @@ with stdenv.lib;
   IPV6_MROUTE y
   IPV6_MROUTE_MULTIPLE_TABLES y
   IPV6_PIMSM_V2 y
+  IPV6_FOU_TUNNEL m
   CLS_U32_PERF y
   CLS_U32_MARK y
   ${optionalString (stdenv.system == "x86_64-linux") ''
@@ -143,6 +144,8 @@ with stdenv.lib;
   L2TP_ETH m
   BRIDGE_VLAN_FILTERING y
   BONDING m
+  NET_L3_MASTER_DEV y
+  NET_FOU_IP_TUNNELS y
 
   # Wireless networking.
   CFG80211_WEXT? y # Without it, ipw2200 drivers don't build