On 9 March 2014 13:59, Alvaro Neira Ayuso <alvaroneay@xxxxxxxxx> wrote: > From: Álvaro Neira Ayuso <alvaroneay@xxxxxxxxx> > > Before this patch, the program tried to print some attribute > that maybe the user hasn't defined for printing. We can't > assume that the user want to print some attribute that we have put > mandatory in the rules. Example: > > Before this patch, it's mandatory have a rule with family > and this is the output: > > {"rule":{"family":"ip","handle":4... > <rule><family>ip</family><handle>4</handle>... > > Now, we can print rule without some attribute: > > {"rule":{"handle":4... > <rule><handle>4</handle>... > > Signed-off-by: Alvaro Neira Ayuso <alvaroneay@xxxxxxxxx> > --- Hi there! These attributes are no longer mandatory? What is the idea behind this? regards. -- Arturo Borrero González -- 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