summaryrefslogtreecommitdiffstats
path: root/src/cmd.c
Commit message (Expand)AuthorAgeFilesLines
* src: fix extended netlink error reporting with large set elementsPablo Neira Ayuso2024-10-281-1/+3
* rule: netlink attribute offset is uint32_t for struct nlerr_locPablo Neira Ayuso2024-10-281-2/+0
* mnl: update cmd_add_loc() to take struct nlmsghdrPablo Neira Ayuso2024-10-281-2/+2
* src: collapse set element commands from parserPablo Neira Ayuso2024-10-281-79/+26
* cache: do not fetch set inconditionally on deletePablo Neira Ayuso2024-08-191-0/+4
* cache: populate flowtables on demand from error pathPablo Neira Ayuso2024-08-191-0/+4
* cache: populate objects on demand from error pathPablo Neira Ayuso2024-08-191-0/+4
* cache: populate chains on demand from error pathPablo Neira Ayuso2024-08-191-0/+11
* cmd: skip variable set elements when collapsing commandsPablo Neira Ayuso2024-06-111-0/+3
* cmd: provide better hint if chain is already declared with different type/hoo...Pablo Neira Ayuso2024-06-111-1/+14
* src: remove utf-8 character in printf linesFlorian Westphal2024-03-131-7/+7
* src: improve error reporting for destroy command谢致邦 (XIE Zhibang)2024-02-281-0/+6
* include: include <string.h> in <nft.h>Thomas Haller2023-09-281-1/+0
* evaluate: expand sets and maps before evaluationPablo Neira Ayuso2023-09-191-15/+0
* include: include <stdlib.h> in <nft.h>Thomas Haller2023-09-111-1/+0
* src: add <nft.h> header and include it as firstThomas Haller2023-08-251-0/+2
* cmd: move command functions to src/cmd.cPablo Neira Ayuso2023-03-111-0/+206
* src: improve error reporting for unsupported chain typePablo Neira Ayuso2023-03-111-0/+36
* src: Add GPLv2+ header to .c files of recent creationPablo Neira Ayuso2023-01-021-0/+8
* src: remove NFT_NLATTR_LOC_MAX limit for netlink location error reportingPablo Neira Ayuso2022-06-271-1/+1
* cache: filter out tables that are not requestedPablo Neira Ayuso2021-09-301-1/+1
* cmd: incorrect error reporting when table declaration existsPablo Neira Ayuso2021-06-291-0/+4
* cmd: incorrect table location in error reportingPablo Neira Ayuso2021-06-291-8/+8
* cmd: check for table mismatch first in error reportingPablo Neira Ayuso2021-06-081-14/+57
* cmd: typo in chain fuzzy lookupPablo Neira Ayuso2021-05-201-1/+1
* src: consolidate nft_cache infrastructurePablo Neira Ayuso2021-05-021-1/+1
* rule: skip fuzzy lookup for unexisting 64-bit handlePablo Neira Ayuso2021-05-021-0/+15
* src: constify location parameter in cmd_add_loc()Pablo Neira Ayuso2020-10-191-8/+9
* cmd: add misspelling suggestions for rule commandsPablo Neira Ayuso2020-06-081-0/+38
* src: combine extended netlink error reporting with mispelling supportPablo Neira Ayuso2020-02-191-0/+159