index
:
nftables
master
nft command line tool
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
py
/
inet
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: py: add gretap tests
Pablo Neira Ayuso
2023-01-02
2
-0
/
+108
*
tests: py: add geneve tests
Pablo Neira Ayuso
2023-01-02
2
-0
/
+137
*
tests: py: add gre tests
Pablo Neira Ayuso
2023-01-02
2
-0
/
+100
*
tests: py: add vxlan tests
Pablo Neira Ayuso
2023-01-02
2
-0
/
+137
*
netlink: swap byteorder of value component in concatenation of intervals
Pablo Neira Ayuso
2022-12-08
3
-0
/
+116
*
tests: py: missing json for different byteorder selector with interval concat...
Pablo Neira Ayuso
2022-12-08
1
-0
/
+61
*
src: support for selectors with different byteorder with interval concatenations
Pablo Neira Ayuso
2022-11-30
2
-0
/
+14
*
tests: py: add vlan test case for ip/inet family
Florian Westphal
2022-09-29
5
-0
/
+94
*
tests/py: Add a test for failing ipsec after counter
Phil Sutter
2022-06-27
3
-0
/
+29
*
tests: py: add inet/vmap tests
Pablo Neira Ayuso
2022-03-29
4
-0
/
+222
*
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
*
src: Support netdev egress hook
Lukas Wunner
2021-10-28
15
-14
/
+42
*
netlink_delinearize: incorrect meta protocol dependency kill
Pablo Neira Ayuso
2021-08-26
3
-0
/
+76
*
netlink_delinearize: skip flags / mask notation for singleton bitmask again
Pablo Neira Ayuso
2021-08-15
3
-0
/
+30
*
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
1
-0
/
+10
*
tests: py: update new reject with icmp code syntax leftover
Pablo Neira Ayuso
2021-07-27
1
-2
/
+2
*
src: promote 'reject with icmp CODE' syntax
Pablo Neira Ayuso
2021-07-26
3
-65
/
+65
*
parser_bison: parse number as reject icmp code
Pablo Neira Ayuso
2021-07-26
2
-0
/
+5
*
tests: py: add dnat to port without defining destination address
Pablo Neira Ayuso
2021-07-22
3
-0
/
+28
*
segtree: memleak in error path of the set to segtree conversion
Pablo Neira Ayuso
2021-06-18
1
-1
/
+1
*
tests: remove redundant test cases
Florian Westphal
2021-06-07
24
-1788
/
+0
*
tests: ct: prefer normal cmp
Florian Westphal
2021-06-07
3
-12
/
+5
*
json: fix parse of flagcmp expression
Florian Westphal
2021-06-02
1
-0
/
+27
*
exthdr: Implement SCTP Chunk matching
Phil Sutter
2021-05-19
3
-0
/
+670
*
parser_bison: add shortcut syntax for matching flags without binary operations
Pablo Neira Ayuso
2021-05-16
2
-2
/
+2
*
parser_bison: missing relational operation on flag list
Pablo Neira Ayuso
2021-05-02
3
-0
/
+27
*
mnl: Set NFTNL_SET_DATA_TYPE before dumping set elements
Phil Sutter
2021-03-09
2
-4
/
+4
*
tests/py: Adjust payloads for fixed nat statement dumps
Phil Sutter
2021-03-09
2
-9
/
+9
*
tests/py: Add a test sanitizer and fix its findings
Phil Sutter
2021-02-04
11
-212
/
+24
*
json: Do not abbreviate reject statement object
Phil Sutter
2021-02-03
1
-6
/
+9
*
reject: Unify inet, netdev and bridge delinearization
Phil Sutter
2021-01-27
2
-196
/
+32
*
tests: py: Fix for changed concatenated ranges output
Phil Sutter
2020-12-15
3
-3
/
+3
*
tests: py: update format of registers in bitwise payloads.
Jeremy Sowden
2020-11-16
6
-13
/
+13
*
tests: py: remove duplicate payloads.
Jeremy Sowden
2020-11-09
4
-221
/
+0
*
tests: avoid warning and add missing json test cases
Florian Westphal
2020-11-05
2
-2
/
+57
*
tests: json: add missing test case output
Florian Westphal
2020-11-05
1
-0
/
+74
*
tests: py: add missing test JSON output for TCP flag tests.
Jeremy Sowden
2020-10-12
2
-0
/
+186
*
src: context tracking for multiple transport protocols
Pablo Neira Ayuso
2020-09-15
2
-0
/
+30
[next]