aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_ipsec_tun_if_esp.py
AgeCommit message (Expand)AuthorFilesLines
2024-02-19ipsec: check each packet for no algs in esp-encryptMatthew Smith1-1/+23
2023-12-12ipsec: allow receiving encrypted IP packets with TFC paddingArthur de Kerhor1-3/+73
2023-11-03tests: refactor asf framework codeDave Wallace1-2/+1
2023-03-23ipsec: add per-SA error countersArthur de Kerhor1-0/+2
2023-02-06ipsec: fix SA names consistency in testsArthur de Kerhor1-80/+80
2022-12-16ipsec: new api for sa ips and ports updatesArthur de Kerhor1-5/+40
2022-09-27tests: enable ipsec-esp 'make test' testcases on ubuntu-22.04Dave Wallace1-2/+1
2022-09-19tests: skip tests failing on ubuntu 22.04Dave Wallace1-1/+2
2022-08-19ipsec: enable UDP encap for IPv6 ESP tun protectMatthew Smith1-0/+126
2022-08-11ipsec: Use .api declared error countersNeale Ranns1-4/+2
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-1055/+1389
2022-05-05policer: output interface policerStanislav Zaikin1-9/+9
2022-01-17ipsec: IPSec interface correct drop w/ no protectionNeale Ranns1-3/+11
2022-01-05ipsec: allow registering random ports in testsArthur de Kerhor1-5/+30
2021-11-19fib: Don't use [midchain] adjacencies to change an interface's feature arcNeale Ranns1-3/+29
2021-03-25stats: python vpp_stats rewrite to access stat segment directlyOle Troan1-96/+48
2021-03-15tests: use socket transport instead of shared memoryOle Troan1-2/+2
2021-02-25tests: Add tests for IPSec async mode using the crypto SW schedulerNeale Ranns1-28/+28
2021-02-25ipsec: enable input features on tunnelsBrian Russell1-0/+236
2021-02-11tests: tag the tests that do not work with multi-worker configurationAndrew Yourtchenko1-0/+10
2021-02-10ipsec: Use the new tunnel API types to add flow label and TTL copyNeale Ranns1-6/+28
2021-02-09Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy"Matthew Smith1-28/+6
2021-02-08ipsec: Use the new tunnel API types to add flow label and TTL copyNeale Ranns1-6/+28
2021-01-18ipsec: Support MPLS over IPSec[46] interfaceNeale Ranns1-1/+156
2021-01-07ipsec: Deprecated the old IPsec Tunnel interfaceNeale Ranns1-350/+257
2020-11-25ipsec: A P2MP ipsec interface is NBMANeale Ranns1-0/+2
2020-11-02ipsec: Tunnel SA DSCP behaviourNeale Ranns1-12/+18
2020-10-21ipsec: support for multipoint on ipsec interfacesNeale Ranns1-1/+124
2020-10-16ipsec: fix instance, and cli del for new ipsec interfaceEric Kinzie1-2/+20
2020-10-08ipsec: Allow SAs with NULL auth &crypto on IPSec interfaceNeale Ranns1-4/+25
2020-07-21ipsec: Dedicated IPSec interface typeNeale Ranns1-4/+302
2020-05-13feature: Config end nodes are user specificNeale Ranns1-0/+12
2020-05-05ipsec: User can choose the UDP source portNeale Ranns1-3/+133
2020-05-04fib: midchain adjacency optimisationsNeale Ranns1-2/+3
2020-03-31ipsec: fix udp-encap in transport modeAlexander Chernavin1-2/+51
2020-02-21ipsec: IPSec protection for multi-point tunnel interfacesNeale Ranns1-16/+281
2020-02-05ipsec: set l2_len for GRE-TEB tunnel decapJohn Lo1-1/+122
2020-01-04ipsec: AH copy destination and source address from templateNeale Ranns1-8/+12
2020-01-04ipsec: Targeted unit testingNeale Ranns1-5/+315
2019-12-23ipsec: Test and fix IPSec worker hand-offNeale Ranns1-2/+18
2019-12-18ipsec: Fix decap of IPSEC/GRE in transport modeNeale Ranns1-1/+125
2019-12-14tests: changes for scapy 2.4.3 migrationsnaramre1-5/+6
2019-12-02tests: GRE over IPSec unit testsNeale Ranns1-0/+97
2019-11-08ipsec: remove dedicated IPSec tunnelsNeale Ranns1-56/+90
2019-11-08tests: python3 use byte strings in raw()Ole Troan1-8/+8
2019-10-18ipsec: make tests support python3Ole Troan1-13/+13
2019-09-27ipsec: support 4o6 and 6o4 for tunnel protectNeale Ranns1-2/+40
2019-08-27ipsec: Fix NULL encryption algorithmNeale Ranns1-0/+8
2019-07-16ipsec: handle UDP keepalivesNeale Ranns1-8/+113
2019-07-10tests: Re-enable ipsec tests on ARMjuraj.linkes1-3/+1