You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gateway-dk-ask: use explicit xtables module list in build and packaging
Replace the libxt_*.c glob in the build step and libxt_qos*/libxt_QOS*
glob in the packaging step with a single explicit list of module names.
Both steps now reference the same ask_xtables_modules array, so adding
or removing a module requires updating only one place per function.
The packaging step now errors out if any expected .so is missing instead
of silently skipping it.
Also document why we don't use pkg-config for libxtables: these are
dlopen()-loaded extensions that don't link against libxtables.so and
use our local UAPI headers (xt_QOSMARK.h etc.) which aren't in
libxtables-dev.
0 commit comments