Arturo Borrero Gonzalez <arturo@xxxxxxxxxxxxx> wrote: > > + if (priv->key != NFT_META_SECPATH) > > + return 0; > > + > > Would it worth adding here something like this? > > #ifnfdef CONFIG_XFRM > return -EOPNOTSUPP; > #endif > > I mean, if CONFIG_XFRM is not defined, then _get_eval() is doing nothing, right? Right, I'll add it. -- 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