From 3a0e07106f666df82925aa3fb2eb5937245c9819 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 18 Feb 2020 12:59:24 +0100 Subject: src: combine extended netlink error reporting with mispelling support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- include/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 \ -- cgit v1.2.3