@@ -48,6 +48,10 @@ runs:
CONFIG_IP_SET_LIST_SET=y
EOF
+ - name: Apply Kernel Configuration
+ shell: bash
+ working-directory: ${{ github.workspace }}/kernel/common
+ run: |
if [[ "${{ inputs.kernel_version }}" == "5.10" ]]; then
sed -i 's/CONFIG_IP_SET_MAX/65534/g' net/netfilter/ipset/ip_set_core.c
fi