diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2020-02-18 12:59:24 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2020-02-19 17:28:52 +0100 |
commit | 3a0e07106f666df82925aa3fb2eb5937245c9819 (patch) | |
tree | 4c17d78ae8c2b05d4a033b91eca94aa33fd6dec3 /include/Makefile.am | |
parent | f8aec603aa7e9dad1316079d42c7efcc52b773fa (diff) |
src: combine extended netlink error reporting with mispelling support
Preliminary support: only for the deletion command, e.g.
# nft delete table twst
Error: No such file or directory; did you mean table ‘test’ in family ip?
delete table twst
^^^^
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 04a4a619..42f24f35 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -3,6 +3,7 @@ SUBDIRS = linux \ noinst_HEADERS = cli.h \ cache.h \ + cmd.h \ datatype.h \ expression.h \ fib.h \ |