Hi Pablo, looking at the netdev syntax: table netdev eth0 { device eth0; ... I think this "device" specification is inconsistent with out normal use of handles. Usually the table_spec contains the fully qualified handle, which in this case needs to include the device. Consider: table netdev somename { device eth0; ... table netdev somename { device eth1; ... Without including the device in the table handle, the name alone is amiguitios. I'd propose to use table netdev <dev> <name> Just as we have the family in the handle. -- 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