Răsfoiți Sursa

fix(action): enable kernel configuration for 5.10 to adjust IP set max value

TheWildJames 4 luni în urmă
părinte
comite
467f5c5bf6
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/actions/networking/action.yml

+ 1 - 1
.github/actions/networking/action.yml

@@ -104,7 +104,7 @@ runs:
     - name: Apply Kernel Config for 5.10
       shell: bash
       working-directory: ${{ github.workspace }}/kernel/common
-      if: inputs.kernel_version == '5.10' && false
+      if: inputs.kernel_version == '5.10'
       run: |
         sed -i 's/CONFIG_IP_SET_MAX/256/g' net/netfilter/ipset/ip_set_core.c