]> git.ipfire.org Git - thirdparty/nftables.git/commit
src: allow flowtable definitions with no devices
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 20 May 2020 18:23:37 +0000 (20:23 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 2 Jun 2020 12:06:06 +0000 (14:06 +0200)
commit6e15bdda54e4521be5efab4e00e141a612d6e064
tree141b529f2b8d8928122f6e67ce30f3e9e20ad98f
parentd35e789cdae6e7ac622c40e50558901f45e2d53c
src: allow flowtable definitions with no devices

The listing shows no devices:

 # nft list ruleset
 table ip x {
        flowtable y {
                hook ingress priority filter
        }
 }

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/mnl.c
src/rule.c
tests/shell/testcases/flowtable/0006segfault_0