diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2020-02-19 14:35:21 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2020-02-19 17:29:30 +0100 |
commit | 086ec6f30c96e9a920baf22ba700ea1ee0363df7 (patch) | |
tree | a0293c3ce4465410e54fc0d6754bf6f0112e063b /tests/py/ip/tcp.t.json.output | |
parent | 3a0e07106f666df82925aa3fb2eb5937245c9819 (diff) |
mnl: extended error support for create command
# nft create table x
Error: Could not process rule: File exists
create table x
^
# nft create chain x y
Error: Could not process rule: File exists
create chain x y
^
# nft create set x y { typeof ip saddr\; }
Error: Could not process rule: File exists
create set x y { typeof ip saddr; }
^
# nft create counter x y
Error: Could not process rule: File exists
create counter x y
^
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/py/ip/tcp.t.json.output')
0 files changed, 0 insertions, 0 deletions