Eric Leblond wrote: > @@ -78,6 +78,13 @@ static struct config_keyset libulog_kset = { > .options = CONFIG_OPT_NONE, > .u.value = 0, > }, > + { > + .key = "label", > + .type = CONFIG_TYPE_INT, > + .options = CONFIG_OPT_NONE, > + .u.value = 0, > + }, > + > } > }; Wouldn't it better if we use a string instead of an integer? Thus, this will really work as labeler. -- "Los honestos son inadaptados sociales" -- Les Luthiers -- 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