| a84e8c05 | 04-Nov-2024 |
Florian Westphal <[email protected]> |
selftests: netfilter: nft_queue.sh: fix warnings with socat 1.8.0.0
Updated to a more recent socat release and saw this: socat E xioopen_ipdgram_listen(): unknown address family 0 socat W address
selftests: netfilter: nft_queue.sh: fix warnings with socat 1.8.0.0
Updated to a more recent socat release and saw this: socat E xioopen_ipdgram_listen(): unknown address family 0 socat W address is opened in read-write mode but only supports read-only
First error is avoided via pf=ipv4 option, second one via -u (unidirectional) mode.
Signed-off-by: Florian Westphal <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
show more ...
|
| 10dbd236 | 27-Sep-2024 |
zhang jiao <[email protected]> |
selftests: netfilter: Add missing return value
There is no return value in count_entries, just add it.
Fixes: eff3c558bb7e ("netfilter: ctnetlink: support filtering by zone") Signed-off-by: zhang j
selftests: netfilter: Add missing return value
There is no return value in count_entries, just add it.
Fixes: eff3c558bb7e ("netfilter: ctnetlink: support filtering by zone") Signed-off-by: zhang jiao <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
show more ...
|
| fc786304 | 19-Sep-2024 |
Phil Sutter <[email protected]> |
selftests: netfilter: Avoid hanging ipvs.sh
If the client can't reach the server, the latter remains listening forever. Kill it after 5s of waiting.
Fixes: 867d2190799a ("selftests: netfilter: add
selftests: netfilter: Avoid hanging ipvs.sh
If the client can't reach the server, the latter remains listening forever. Kill it after 5s of waiting.
Fixes: 867d2190799a ("selftests: netfilter: add ipvs test script") Signed-off-by: Phil Sutter <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
show more ...
|
| 7e37e0ea | 12-Sep-2024 |
Antonio Ojea <[email protected]> |
selftests: netfilter: nft_tproxy.sh: add tcp tests
The TPROXY functionality is widely used, however, there are only mptcp selftests covering this feature.
The selftests represent the most common sc
selftests: netfilter: nft_tproxy.sh: add tcp tests
The TPROXY functionality is widely used, however, there are only mptcp selftests covering this feature.
The selftests represent the most common scenarios and can also be used as selfdocumentation of the feature.
UDP and TCP testcases are split in different files because of the different nature of the protocols, specially due to the challenges that present to reliable test UDP due to the connectionless nature of the protocol. UDP only covers the scenarios involving the prerouting hook.
The UDP tests are signfinicantly slower than the TCP ones, hence they use a larger timeout, it takes 20 seconds to run the full UDP suite on a 48 vCPU Intel(R) Xeon(R) CPU @2.60GHz.
Signed-off-by: Antonio Ojea <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
show more ...
|