File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -421,6 +421,32 @@ runs:
421421 CONFIG_IP6_NF_MATCH_HL=y
422422 EOF
423423
424+ - name : Add IP SET Support
425+ shell : bash
426+ run : |
427+ set -euo pipefail
428+ cd "$CONFIG/kernel_platform"
429+ cat >> common/arch/arm64/configs/gki_defconfig <<EOF
430+ CONFIG_IP_SET=y
431+ CONFIG_IP_SET_MAX=65534
432+ CONFIG_IP_SET_BITMAP_IP=y
433+ CONFIG_IP_SET_BITMAP_IPMAC=y
434+ CONFIG_IP_SET_BITMAP_PORT=y
435+ CONFIG_IP_SET_HASH_IP=y
436+ CONFIG_IP_SET_HASH_IPMARK=y
437+ CONFIG_IP_SET_HASH_IPPORT=y
438+ CONFIG_IP_SET_HASH_IPPORTIP=y
439+ CONFIG_IP_SET_HASH_IPPORTNET=y
440+ CONFIG_IP_SET_HASH_IPMAC=y
441+ CONFIG_IP_SET_HASH_MAC=y
442+ CONFIG_IP_SET_HASH_NETPORTNET=y
443+ CONFIG_IP_SET_HASH_NET=y
444+ CONFIG_IP_SET_HASH_NETNET=y
445+ CONFIG_IP_SET_HASH_NETPORT=y
446+ CONFIG_IP_SET_HASH_NETIFACE=y
447+ CONFIG_IP_SET_LIST_SET=y
448+ EOF
449+
424450 - name : Add Build based configs
425451 shell : bash
426452 run : |
Original file line number Diff line number Diff line change @@ -333,6 +333,7 @@ jobs:
333333 - [+] BBR v1 Support
334334 - [+] HMBIRD scx support for OnePlus 13 & OnePlus Ace 5 Pro
335335 - [+] Baseband Guard Support (BBG).
336+ - [+] IP Set Support.
336337 EOF
337338
338339 # Output for debugging
You can’t perform that action at this time.
0 commit comments