Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[local] Disable IPv6 and add CONFIG_KEYS to kernel #5

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tools/packaging/kernel/configs/fragments/arm64/dummy.conf

This file was deleted.

4 changes: 4 additions & 0 deletions tools/packaging/kernel/configs/fragments/common/dummy.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# (legacy) enable dummy module to make Emissary work on microVMs
# Should be deleted once Emissary will stop dual binding
CONFIG_DUMMY=y

1 change: 1 addition & 0 deletions tools/packaging/kernel/configs/fragments/common/keys.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_KEYS=y
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ CONFIG_IP_NF_SECURITY=y
CONFIG_IP_NF_ARPTABLES=y
CONFIG_IP_NF_ARPFILTER=y
CONFIG_IP_NF_ARP_MANGLE=y
CONFIG_NF_DUP_IPV6=y
CONFIG_NF_LOG_IPV6=y
CONFIG_NF_DEFRAG_IPV6=y

# [datadog] Disable IPv6 in the kernel
# CONFIG_NF_DUP_IPV6=y
# CONFIG_NF_LOG_IPV6=y
# CONFIG_NF_DEFRAG_IPV6=y
6 changes: 4 additions & 2 deletions tools/packaging/kernel/configs/fragments/common/network.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_BBR=y
CONFIG_DEFAULT_BBR=y
CONFIG_TCP_MD5SIG=y
CONFIG_IPV6=y
CONFIG_IPV6_MULTIPLE_TABLES=y

# [datadog] Disable IPv6
# CONFIG_IPV6=y
# CONFIG_IPV6_MULTIPLE_TABLES=y

CONFIG_STP=y
CONFIG_BRIDGE=y
Expand Down
1 change: 0 additions & 1 deletion tools/packaging/kernel/configs/fragments/x86_64/dummy.conf

This file was deleted.

Loading