index
:
nftables
1.0.6.y
master
nft command line tool
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
src: fix extended netlink error reporting with large set elements
Pablo Neira Ayuso
2024-10-28
1
-1
/
+3
*
rule: netlink attribute offset is uint32_t for struct nlerr_loc
Pablo Neira Ayuso
2024-10-28
1
-2
/
+0
*
mnl: update cmd_add_loc() to take struct nlmsghdr
Pablo Neira Ayuso
2024-10-28
1
-2
/
+2
*
src: collapse set element commands from parser
Pablo Neira Ayuso
2024-10-28
1
-79
/
+26
*
cache: do not fetch set inconditionally on delete
Pablo Neira Ayuso
2024-08-19
1
-0
/
+4
*
cache: populate flowtables on demand from error path
Pablo Neira Ayuso
2024-08-19
1
-0
/
+4
*
cache: populate objects on demand from error path
Pablo Neira Ayuso
2024-08-19
1
-0
/
+4
*
cache: populate chains on demand from error path
Pablo Neira Ayuso
2024-08-19
1
-0
/
+11
*
cmd: skip variable set elements when collapsing commands
Pablo Neira Ayuso
2024-06-11
1
-0
/
+3
*
cmd: provide better hint if chain is already declared with different type/hoo...
Pablo Neira Ayuso
2024-06-11
1
-1
/
+14
*
src: remove utf-8 character in printf lines
Florian Westphal
2024-03-13
1
-7
/
+7
*
src: improve error reporting for destroy command
谢致邦 (XIE Zhibang)
2024-02-28
1
-0
/
+6
*
include: include <string.h> in <nft.h>
Thomas Haller
2023-09-28
1
-1
/
+0
*
evaluate: expand sets and maps before evaluation
Pablo Neira Ayuso
2023-09-19
1
-15
/
+0
*
include: include <stdlib.h> in <nft.h>
Thomas Haller
2023-09-11
1
-1
/
+0
*
src: add <nft.h> header and include it as first
Thomas Haller
2023-08-25
1
-0
/
+2
*
cmd: move command functions to src/cmd.c
Pablo Neira Ayuso
2023-03-11
1
-0
/
+206
*
src: improve error reporting for unsupported chain type
Pablo Neira Ayuso
2023-03-11
1
-0
/
+36
*
src: Add GPLv2+ header to .c files of recent creation
Pablo Neira Ayuso
2023-01-02
1
-0
/
+8
*
src: remove NFT_NLATTR_LOC_MAX limit for netlink location error reporting
Pablo Neira Ayuso
2022-06-27
1
-1
/
+1
*
cache: filter out tables that are not requested
Pablo Neira Ayuso
2021-09-30
1
-1
/
+1
*
cmd: incorrect error reporting when table declaration exists
Pablo Neira Ayuso
2021-06-29
1
-0
/
+4
*
cmd: incorrect table location in error reporting
Pablo Neira Ayuso
2021-06-29
1
-8
/
+8
*
cmd: check for table mismatch first in error reporting
Pablo Neira Ayuso
2021-06-08
1
-14
/
+57
*
cmd: typo in chain fuzzy lookup
Pablo Neira Ayuso
2021-05-20
1
-1
/
+1
*
src: consolidate nft_cache infrastructure
Pablo Neira Ayuso
2021-05-02
1
-1
/
+1
*
rule: skip fuzzy lookup for unexisting 64-bit handle
Pablo Neira Ayuso
2021-05-02
1
-0
/
+15
*
src: constify location parameter in cmd_add_loc()
Pablo Neira Ayuso
2020-10-19
1
-8
/
+9
*
cmd: add misspelling suggestions for rule commands
Pablo Neira Ayuso
2020-06-08
1
-0
/
+38
*
src: combine extended netlink error reporting with mispelling support
Pablo Neira Ayuso
2020-02-19
1
-0
/
+159