commit | 94276fa8a2a4c08ccb2e9d55e88b95dc972ccea3 | [log] [tgz] |
---|---|---|
author | Máté Eckl <ecklm94@gmail.com> | Fri Aug 03 13:36:13 2018 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Aug 03 21:15:09 2018 +0200 |
tree | 3ff5e703ba7378d404433eec69a48dfc6675fee9 | |
parent | aaecfdb5c5dd8bac2dfd112166844a9f2d5711f0 [diff] |
netfilter: bridge: Expose nf_tables bridge hook priorities through uapi Netfilter exposes standard hook priorities in case of ipv4, ipv6 and arp but not in case of bridge. This patch exposes the hook priority values of the bridge family (which are different from the formerly mentioned) via uapi so that they can be used by user-space applications just like the others. Signed-off-by: Máté Eckl <ecklm94@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>