commit | 1b63d4b9b54cee6002757a8d20b537aa4037ae8f | [log] [tgz] |
---|---|---|
author | Alvaro Neira <alvaroneay@gmail.com> | Wed Nov 26 10:21:37 2014 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Nov 27 13:08:29 2014 +0100 |
tree | bb4e04a4c5dc692d3fa4886fb9fc58c7421bfdcb | |
parent | 68b0faa87d167ec87ba2a26be62241ad94eb449b [diff] |
netfilter: nf_tables_bridge: set the pktinfo for IPv4/IPv6 traffic This patch adds the missing bits to allow to match per meta l4proto from the bridge. Example: nft add rule bridge filter input ether type {ip, ip6} meta l4proto udp counter Signed-off-by: Alvaro Neira Ayuso <alvaroneay@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>