Skip to content

Commit 32290ff

Browse files
fsgh42smira
authored andcommitted
feat: enable ip6_gre
* `GRE` is already enabled, enable it's IPv6 sibling as well. Signed-off-by: Fritz Schaal <fritz.schaal@siderolabs.com> (cherry picked from commit eff5ba0)
1 parent da46073 commit 32290ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kernel/build/config-amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@ CONFIG_IPV6_SIT=y
13921392
# CONFIG_IPV6_SIT_6RD is not set
13931393
CONFIG_IPV6_NDISC_NODETYPE=y
13941394
CONFIG_IPV6_TUNNEL=y
1395-
# CONFIG_IPV6_GRE is not set
1395+
CONFIG_IPV6_GRE=m
13961396
CONFIG_IPV6_FOU=y
13971397
CONFIG_IPV6_FOU_TUNNEL=y
13981398
CONFIG_IPV6_MULTIPLE_TABLES=y

kernel/build/config-arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@ CONFIG_IPV6_SIT=y
13771377
# CONFIG_IPV6_SIT_6RD is not set
13781378
CONFIG_IPV6_NDISC_NODETYPE=y
13791379
CONFIG_IPV6_TUNNEL=y
1380-
# CONFIG_IPV6_GRE is not set
1380+
CONFIG_IPV6_GRE=m
13811381
CONFIG_IPV6_FOU=y
13821382
CONFIG_IPV6_FOU_TUNNEL=y
13831383
CONFIG_IPV6_MULTIPLE_TABLES=y

0 commit comments

Comments
 (0)