aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_punt.py
AgeCommit message (Expand)AuthorFilesLines
2024-03-26tests: Use errno value rather than a specific intTom Jones1-1/+2
2023-11-03tests: refactor asf framework codeDave Wallace1-11/+4
2023-05-19tests: refactor extra_vpp_punt_configKlement Sekera1-1/+1
2023-04-12ip: punt socket - take the tags in Ethernet header into considerationAndrew Yourtchenko1-0/+82
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-296/+276
2022-03-04ip: rate-limit the sending of ICMP error messagesNeale Ranns1-2/+2
2021-11-02build: remove unnecessary executable bitsRay Kinsella1-0/+0
2021-05-08tests: fix another race condition in punt testsDave Wallace1-5/+7
2021-05-06tests: fix race condition in punt testsDave Wallace1-1/+1
2021-02-11tests: tag the tests that do not work with multi-worker configurationAndrew Yourtchenko1-0/+2
2021-01-07ipsec: Deprecated the old IPsec Tunnel interfaceNeale Ranns1-20/+25
2020-05-15ikev2: add support for NAT traversalFilip Tehlar1-4/+1
2020-02-26api: improve api string safetyJakub Grajciar1-0/+2
2020-02-25vlib: Punt reason allocation listener enable/disable callbackNeale Ranns1-24/+36
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-1/+0
2019-11-08ipsec: remove dedicated IPSec tunnelsNeale Ranns1-7/+13
2019-11-07tests: make threads in punt tests join when finishedAndrew Yourtchenko1-8/+23
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-10-18ip: add python3 support to punt testsOle Troan1-77/+50
2019-07-31tests: disable pg capture before enabling itAndrew Yourtchenko1-1/+5
2019-07-12ip ipsec: Remove IPSec SPI-0 punt reasonNeale Ranns1-26/+32
2019-06-19tests: send packet output to log - test_punt.pyPaul Vinciguerra1-1/+0
2019-06-18fib: fib api updatesNeale Ranns1-2/+1
2019-06-14ipsec: Correctly rewind the buffer to the IP header when punting UDP encapped...Neale Ranns1-13/+40
2019-06-04Punt: specify packets by IP protocol TypeNeale Ranns1-3/+160
2019-05-28Punt: socket register for exception dispatched/punted packets based on reasonNeale Ranns1-308/+500
2019-05-22stats: support multiple works for error countersOle Troan1-1/+1
2019-05-17Tests: Raise exception if API cli_inband command fails.Paul Vinciguerra1-2/+0
2019-05-16tests: refactor. Replace literal constant w/ named constant.Paul Vinciguerra1-17/+19
2019-04-05IPSEC: punt reasons; SPI=0, no-tunnelNeale Ranns1-6/+6
2019-03-28Punt InfraNeale Ranns1-0/+176
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-4/+4
2019-03-11VPP-1508: Tests: Fix vpp_api struct.error under py3.Paul Vinciguerra1-25/+48
2019-03-11VPP-1508: Use scapy.compat to manage packet level library differences.Paul Vinciguerra1-2/+3
2019-02-04VTL Cleanup: Fix missing calls to setUpClass/tearDownClass, fix numerous Type...Paul Vinciguerra1-0/+25
2018-12-21Revert "tests: Rework vpp config generation."Ole Troan1-2/+2
2018-12-21tests: Rework vpp config generation.Paul Vinciguerra1-2/+2
2018-12-18punt: additional tests for multi clientsPavel Kotucek1-91/+408
2018-12-07VPP-1506: dump local punts and registered punt socketsPavel Kotucek1-0/+309