Skip to content

Commit 0b693fa

Browse files
Tomaz Zamanigorpecovnik
authored andcommitted
gateway-dk-ask: pin ASK to x6 xtables API migration
Update ASK commit to include the modernized iptables extensions that use the x6 xtables API (.x6_parse, .x6_options, .x6_fcheck) instead of the legacy API (.parse, .extra_opts). The legacy API doesn't work with iptables 1.8.11 on Debian Trixie.
1 parent 78650b5 commit 0b693fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/gateway-dk-ask.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Source repos and refs (pinned to match Yocto)
1616
# For local testing: set ASK_REPO="file:///path/to/ASK" — the Docker mount hook below handles it
1717
declare -g ASK_REPO="https://github.com/we-are-mono/ASK.git"
18-
declare -g ASK_BRANCH="commit:8ba7807b15834ae6c0d5a82dddc71dcc367c1f4e"
18+
declare -g ASK_BRANCH="commit:6a30ee0adf0d66056b245d9d91ad7cdde083296c"
1919
declare -g FMLIB_REPO="https://github.com/nxp-qoriq/fmlib.git"
2020
declare -g FMLIB_COMMIT="7a58ecaf0d90d71d6b78d3ac7998282a472c4394"
2121
declare -g FMC_REPO="https://github.com/nxp-qoriq/fmc.git"

0 commit comments

Comments
 (0)