Hi Pablo [snip] +static void HMARK_check(struct xt_fcheck_call *cb) >+{ >+ if (!(cb->xflags & (1 << O_HMARK_MODULUS))) >+ xtables_error(PARAMETER_PROBLEM, "--hmark-mod is mandatory"); >+ if (!(cb->xflags & (1 << O_HMARK_RND))) >+ xtables_error(PARAMETER_PROBLEM, "--hmark-rnd is mandatory"); I don't think rnd should be mandatory, a default value is enough. offset however should be mandatory. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html