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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: monitor: enclose device names in quotes
Pablo Neira Ayuso
2025-07-10
1
-1
/
+1
*
rule: print chain and flowtable devices in quotes
Pablo Neira Ayuso
2025-07-10
11
-19
/
+19
*
tests: py: re-enables nft-test.py to load the local nftables.py
Zhongqiu Duan
2025-07-04
1
-1
/
+1
*
tests: shell: use binary defined by run-tests.sh
Zhongqiu Duan
2025-07-03
1
-2
/
+0
*
tests: shell: add json dump files
Florian Westphal
2025-06-30
2
-0
/
+55
*
tests: shell: move bogons to correct directory
Florian Westphal
2025-06-30
2
-0
/
+0
*
tests: shell: add a few nodump files
Florian Westphal
2025-06-30
3
-0
/
+0
*
tests: shell: add include dumps
Florian Westphal
2025-06-30
1
-0
/
+76
*
tests: shell: add maps dumps
Florian Westphal
2025-06-30
9
-0
/
+2978
*
tests: shell: add nft-i dumps
Florian Westphal
2025-06-30
2
-0
/
+101
*
tests: shell: add sets dumps
Florian Westphal
2025-06-30
10
-0
/
+1519
*
tests: shell: add optimize dump files
Florian Westphal
2025-06-29
5
-0
/
+536
*
tests: shell: add bitwise json dump files
Florian Westphal
2025-06-29
6
-0
/
+434
*
fib: allow to use it in set statements
Pablo Neira Ayuso
2025-06-27
3
-0
/
+55
*
fib: allow to check if route exists in maps
Pablo Neira Ayuso
2025-06-27
11
-17
/
+54
*
tests: shell: Fix ifname_based_hooks feature check
Phil Sutter
2025-06-26
2
-9
/
+21
*
evaluate: prevent merge of sets with incompatible keys
Florian Westphal
2025-06-26
1
-0
/
+13
*
evaluate: check that set type is identical before merging
Florian Westphal
2025-06-26
2
-0
/
+31
*
evaluate: avoid double-free on error handling of bogus objref maps
Florian Westphal
2025-06-26
1
-0
/
+10
*
evaluate: make sure chain jump name comes with a null byte
Florian Westphal
2025-06-26
1
-0
/
+3
*
json: reject too long interface names
Florian Westphal
2025-06-26
1
-0
/
+90
*
tests/py: clean up set backend support fallout
Florian Westphal
2025-06-24
1
-1
/
+1
*
parser_bison: allow delete command with map via handle
Pablo Neira Ayuso
2025-06-23
2
-0
/
+5
*
parser_bison: only reset by name is supported by now
Pablo Neira Ayuso
2025-06-23
1
-0
/
+2
*
tests: shell: add feature check for count output change
Florian Westphal
2025-06-22
11
-27
/
+65
*
tests/py: prepare for set debug change
Florian Westphal
2025-06-22
1
-5
/
+10
*
src: BASECHAIN flag no longer implies presence of priority expression
Florian Westphal
2025-06-22
1
-0
/
+6
*
evaluate: restrict allowed subtypes of concatenations
Florian Westphal
2025-06-22
1
-0
/
+9
*
test: shell: Add rate_limit test case for 'limit statement'.
Yi Chen
2025-06-22
2
-0
/
+136
*
test: shell: Add wait_local_port_listen() helper to lib.sh
Yi Chen
2025-06-22
3
-3
/
+27
*
test: shell: Introduce $NFT_TEST_LIBRARY_FILE, helper/lib.sh
Yi Chen
2025-06-22
4
-37
/
+45
*
test: shell: nat_ftp: test files must be world-readable
Florian Westphal
2025-06-22
1
-0
/
+1
*
test: shell: Don't use system nft binary
Yi Chen
2025-06-22
3
-4
/
+4
*
evaluate: don't BUG on unexpected base datatype
Florian Westphal
2025-06-19
1
-0
/
+11
*
tests: py: Properly fix JSON equivalents for netdev/reject.t
Phil Sutter
2025-06-12
2
-21
/
+126
*
tests: shell: Adjust to ifname-based hooks
Phil Sutter
2025-06-12
5
-2
/
+34
*
tests: monitor: Fix for single flag array avoidance
Phil Sutter
2025-06-12
7
-8
/
+8
*
json: Dump flowtable hook spec only if present
Phil Sutter
2025-06-12
1
-1
/
+1
*
tests: shell: Add a test case for FTP helper combined with NAT.
Yi Chen
2025-06-10
4
-0
/
+190
*
tests: helpers: suppress mount error messages
Florian Westphal
2025-06-06
1
-1
/
+1
*
json: work around fuzzer-induced assert crashes
Florian Westphal
2025-06-05
1
-0
/
+6
*
json: prevent null deref if chain->policy is not set
Florian Westphal
2025-06-04
2
-1
/
+12
*
tests: py: fix json single-flag output for fib & synproxy
Florian Westphal
2025-06-04
2
-0
/
+49
*
tests: shell: check for features not available in 5.4
Pablo Neira Ayuso
2025-05-29
4
-1
/
+5
*
tests: shell: check if kernel supports for cgroupsv2 matching
Pablo Neira Ayuso
2025-05-20
2
-0
/
+8
*
tests: shell: skip egress in netdev chain release path test
Pablo Neira Ayuso
2025-05-20
1
-7
/
+11
*
tests: shell: Include kernel taint value in warning
Phil Sutter
2025-05-16
1
-1
/
+1
*
tests: shell: Add test case for JSON 'flags' arrays
Phil Sutter
2025-05-13
1
-0
/
+189
*
json: Print single set flag as non-array
Phil Sutter
2025-05-13
72
-288
/
+96
*
tests/shell: Skip netdev_chain_dev_addremove on tainted kernels
Phil Sutter
2025-05-08
1
-10
/
+11
[next]