Skip to content

Commit

Permalink
linux: IPV6_FOU_TUNNEL is available since 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored and globin committed Mar 2, 2017
1 parent 75e85ca commit 49bdf98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/os-specific/linux/kernel/common-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ with stdenv.lib;
IPV6_MROUTE y
IPV6_MROUTE_MULTIPLE_TABLES y
IPV6_PIMSM_V2 y
IPV6_FOU_TUNNEL m
${optionalString (versionAtLeast version "4.7") ''
IPV6_FOU_TUNNEL m
''}
CLS_U32_PERF y
CLS_U32_MARK y
${optionalString (stdenv.system == "x86_64-linux") ''
Expand Down

0 comments on commit 49bdf98

Please sign in to comment.