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
/
py
Commit message (
Expand
)
Author
Age
Files
Lines
*
src: add tcp option reset support
Florian Westphal
2022-02-28
3
-0
/
+53
*
tests: py: Test connlimit statement
Phil Sutter
2022-02-20
3
-0
/
+30
*
tests: py: remove redundant payload expressions
Jeremy Sowden
2022-01-15
3
-21
/
+1
*
tests: py: fix inet/ip.t bridge payload
Jeremy Sowden
2022-01-15
1
-1
/
+1
*
tests: py: fix inet/ip_tcp.t test
Jeremy Sowden
2022-01-15
2
-2
/
+14
*
tests: py: fix inet/ip.t payloads
Jeremy Sowden
2022-01-15
1
-14
/
+0
*
tests: py: fix inet/sets.t netdev payload
Jeremy Sowden
2022-01-15
1
-3
/
+3
*
evaluate: reject: support ethernet as L2 protocol for inet table
Jeremy Sowden
2021-12-15
3
-0
/
+46
*
tests: py: add tcp subtype match test cases
Florian Westphal
2021-12-01
3
-0
/
+78
*
tests: py: add test cases for md5sig, fastopen and mptcp mnemonics
Florian Westphal
2021-12-01
3
-0
/
+63
*
tcpopt: remove KIND keyword
Florian Westphal
2021-12-01
3
-67
/
+38
*
tests/py: Avoid duplicate records in *.got files
Phil Sutter
2021-11-30
1
-10
/
+19
*
parser_json: add raw payload inner header match support
Pablo Neira Ayuso
2021-11-17
3
-0
/
+25
*
tests: py: remove netdev coverage in ip/ip_tcp.t
Pablo Neira Ayuso
2021-11-12
2
-96
/
+0
*
tests: py: missing json output update in ip6/meta.t
Pablo Neira Ayuso
2021-11-12
1
-0
/
+16
*
tests: py: missing ip/snat.t json updates
Pablo Neira Ayuso
2021-11-12
2
-0
/
+347
*
tests: py: missing ip/dnat.t json updates
Pablo Neira Ayuso
2021-11-12
1
-0
/
+333
*
tests: py: update rawpayload.t.json
Pablo Neira Ayuso
2021-11-08
2
-5
/
+21
*
tests: py: remove verdict from closing end interval
Pablo Neira Ayuso
2021-11-08
7
-7
/
+7
*
datatype: add xinteger_type alias to print in hexadecimal
Pablo Neira Ayuso
2021-11-03
2
-8
/
+8
*
evaluate: postpone transport protocol match check after nat expression evalua...
Pablo Neira Ayuso
2021-11-03
3
-0
/
+27
*
parser: extend limit syntax
Jeremy Sowden
2021-11-03
3
-0
/
+57
*
src: Support netdev egress hook
Lukas Wunner
2021-10-28
33
-28
/
+2353
*
tests: py: Move netdev-specific tests to appropriate subdirectory
Lukas Wunner
2021-10-28
7
-0
/
+0
*
evaluate: check for missing transport protocol match in nat map with concaten...
Pablo Neira Ayuso
2021-09-29
2
-3
/
+25
*
payload: don't adjust offsets of autogenerated dependency expressions
Florian Westphal
2021-09-29
4
-0
/
+54
*
tests: py: update ct expiration
Pablo Neira Ayuso
2021-09-15
1
-3
/
+3
*
netlink: rework range_expr_to_prefix()
Pablo Neira Ayuso
2021-09-09
3
-0
/
+112
*
rule: remove redundant meta protocol from the evaluation step
Pablo Neira Ayuso
2021-09-03
4
-6
/
+2
*
netlink_delinearize: incorrect meta protocol dependency kill
Pablo Neira Ayuso
2021-08-26
12
-0
/
+253
*
src: Optimize prefix match only if is big-endian
Xiao Liang
2021-08-23
3
-0
/
+27
*
src: queue: consolidate queue statement syntax
Pablo Neira Ayuso
2021-08-20
3
-8
/
+113
*
netlink_delinearize: skip flags / mask notation for singleton bitmask again
Pablo Neira Ayuso
2021-08-15
3
-0
/
+30
*
tests/py: Make netns spawning more robust
Phil Sutter
2021-08-11
1
-6
/
+34
*
tcpopt: bogus assertion on undefined options
Pablo Neira Ayuso
2021-08-11
3
-0
/
+23
*
tests: py: check more flag match transformations to compact syntax
Pablo Neira Ayuso
2021-07-28
3
-0
/
+193
*
tests: py: tcp flags & (fin | syn | rst | ack) == syn
Pablo Neira Ayuso
2021-07-28
3
-0
/
+36
*
netlink_delinearize: skip flags / mask notation for singleton bitmask
Pablo Neira Ayuso
2021-07-28
3
-0
/
+31
*
tests: py: idempotent tcp flags & syn != 0 to tcp flag syn
Pablo Neira Ayuso
2021-07-27
3
-0
/
+25
*
evaluate: disallow negation with binary operation
Pablo Neira Ayuso
2021-07-27
1
-0
/
+1
*
netlink_linearize: incorrect netlink bytecode with binary operation and flags
Pablo Neira Ayuso
2021-07-27
3
-0
/
+70
*
expression: missing != in flagcmp expression print function
Pablo Neira Ayuso
2021-07-27
3
-0
/
+34
*
tests: py: missing json update for numeric reject with icmp numeric
Pablo Neira Ayuso
2021-07-27
3
-0
/
+30
*
tests: py: update new reject with icmp code syntax leftover
Pablo Neira Ayuso
2021-07-27
3
-15
/
+15
*
src: promote 'reject with icmp CODE' syntax
Pablo Neira Ayuso
2021-07-26
13
-229
/
+229
*
parser_bison: parse number as reject icmp code
Pablo Neira Ayuso
2021-07-26
6
-0
/
+15
*
tests: py: add dnat to port without defining destination address
Pablo Neira Ayuso
2021-07-22
3
-0
/
+28
*
tests: py: extend coverage for dnat with classic range representation
Pablo Neira Ayuso
2021-07-14
2
-0
/
+43
*
src: support for nat with interval concatenation
Pablo Neira Ayuso
2021-07-13
5
-1
/
+50
*
src: infer NAT mapping with concatenation from set
Pablo Neira Ayuso
2021-07-13
2
-2
/
+2
[next]