aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_wireguard.py
AgeCommit message (Expand)AuthorFilesLines
2024-03-26tests: Add missing struct importTom Jones1-0/+1
2023-11-03tests: refactor asf framework codeDave Wallace1-14/+25
2023-10-03build: add ability to disable some plugins from packaging and testsAndrew Yourtchenko1-0/+7
2023-08-16tests docs: update python3 venv packagesDave Wallace1-1/+1
2023-06-02wireguard: add support for chained buffersAlexander Chernavin1-0/+227
2023-02-01wireguard: update ESTABLISHED flagArtem Glazychev1-1/+29
2023-01-26wireguard: sending the first handshakeArtem Glazychev1-0/+33
2022-11-29wireguard: compute checksum for outer ipv6 headerArtem Glazychev1-9/+86
2022-10-07tests: disable broken wireguard tests on vpp_debug imageDave Wallace1-1/+2
2022-09-28tests: stabilize wireguard ratelimiting testAlexander Chernavin1-29/+13
2022-09-27wireguard: stop sending handshakes when wg intf is downAlexander Chernavin1-1/+133
2022-09-27wireguard: fix re-handshake timer when response sentAlexander Chernavin1-22/+48
2022-09-27tests: disable failing tests on ubuntu-22.04 debian-11Dave Wallace1-0/+10
2022-08-17wireguard: fix fib entry trackingAlexander Chernavin1-0/+83
2022-08-09wireguard: add peers roaming supportAlexander Chernavin1-19/+247
2022-08-09wireguard: add handshake rate limiting supportAlexander Chernavin1-0/+168
2022-08-08wireguard: add dos mitigation supportAlexander Chernavin1-4/+187
2022-08-03wireguard: add processing of received cookie messagesAlexander Chernavin1-5/+166
2022-06-05wireguard: fix crash by not sending arp via wg interfaceAlexander Chernavin1-8/+54
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-505/+650
2021-11-02build: remove unnecessary executable bitsRay Kinsella1-0/+0
2021-10-06wireguard: add events for peerArtem Glazychev1-8/+136
2021-10-06wireguard: add ipv6 supportArtem Glazychev1-51/+448
2021-10-04wireguard: use the same udp-port for multi-tunnelArtem Glazychev1-0/+104
2021-09-30wireguard: move adjacency processing from wireguard_peer to wireguard_interfaceArtem Glazychev1-14/+36
2021-05-13tests: move test source to vpp/testDave Wallace1-0/+748