Hi Pablo,
I think you have to extend nft_meta to support that. See ebt_basic_match(), the net_bridge_port information is obtained via br_port_get_rcu(dev) given that dev != NULL. Beware that you have to make sure that the new meta types IIFBRNAME and OIFBRNAME can only be used from the bridge family. I think you have to do something similar to what Patrick did with nft_reject, by adding a specific flavour of nft_meta for the bridge family.
Indeed. Will prepare something quick Thanks, Tomasz -- 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