| 9c7e8b31 | 22-May-2025 |
Antonio Quartulli <antonio@openvpn.net> |
selftest/net/ovpn: fix missing file
test-large-mtu.sh is referenced by the Makefile but does not exist.
Add it along the other scripts.
Fixes: 944f8b6abab6 ("selftest/net/ovpn: extend coverage wit
selftest/net/ovpn: fix missing file
test-large-mtu.sh is referenced by the Makefile but does not exist.
Add it along the other scripts.
Fixes: 944f8b6abab6 ("selftest/net/ovpn: extend coverage with more test cases") Signed-off-by: Antonio Quartulli <antonio@openvpn.net>
show more ...
|
| 944f8b6a | 06-May-2025 |
Antonio Quartulli <antonio@openvpn.net> |
selftest/net/ovpn: extend coverage with more test cases
To increase code coverage, extend the ovpn selftests with the following cases: * connect UDP peers using a mix of IPv6 and IPv4 at the transpo
selftest/net/ovpn: extend coverage with more test cases
To increase code coverage, extend the ovpn selftests with the following cases: * connect UDP peers using a mix of IPv6 and IPv4 at the transport layer * run full test with tunnel MTU equal to transport MTU (exercising IP layer fragmentation) * ping "LAN IP" served by VPN peer ("LAN behind a client" test case)
Signed-off-by: Antonio Quartulli <antonio@openvpn.net>
show more ...
|