summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains/dumps/0030create_0.nft
Commit message (Collapse)AuthorAgeFilesLines
* cache: incorrect flags for create commandsPablo Neira Ayuso2019-07-161-0/+4
# nft create table testD # nft create chain testD test6 Error: No such file or directory create chain testD test6 ^^^^^ Handle 'create' command just like 'add' and 'insert'. Check for object types to dump the tables for more fine grain listing, instead of dumping the whole ruleset. Fixes: 7df42800cf89 ("src: single cache_update() call to build cache before evaluation") Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>