khadas / fenix

One-stop script set to build Ubuntu/Debian images
GNU General Public License v2.0
211 stars 135 forks source link

Fix antrea cni plugin on VIM boards #172

Closed Pea13 closed 2 years ago

Pea13 commented 2 years ago

Hello,

Now that the openvswitch module is activated (thank you), i will need these modifications to allow the antrea cni plugin to work

index f14e2f8..4497d82 100644
--- a/packages/linux-mainline/configs/VIM1.config
+++ b/packages/linux-mainline/configs/VIM1.config
@@ -1146,7 +1146,7 @@ CONFIG_NETFILTER_XTABLES_COMPAT=y
 #
 CONFIG_NETFILTER_XT_MARK=m
 CONFIG_NETFILTER_XT_CONNMARK=m
-# CONFIG_NETFILTER_XT_SET is not set
+CONFIG_NETFILTER_XT_SET=m

 #
 # Xtables targets
@@ -1156,7 +1156,7 @@ CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
 CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
 CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
 CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m
-# CONFIG_NETFILTER_XT_TARGET_CT is not set
+CONFIG_NETFILTER_XT_TARGET_CT=m
 CONFIG_NETFILTER_XT_TARGET_DSCP=m
 CONFIG_NETFILTER_XT_TARGET_HL=m
 CONFIG_NETFILTER_XT_TARGET_HMARK=m

Is it possible to commit this change ? Regards,

numbqq commented 2 years ago

@Pea13 Thanks for your feedback, we will add it.

Pea13 commented 2 years ago

I saw the commit. Thank you !