aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_ip4.py
AgeCommit message (Expand)AuthorFilesLines
2024-03-04fib: fix crash while adding intf-rx routesVladislav Grishenko1-0/+133
2023-11-03tests: refactor asf framework codeDave Wallace1-4/+2
2023-08-16tests docs: update python3 venv packagesDave Wallace1-1/+0
2023-03-31ip: support flow-hash gtpv1teidTakeru Hayasaka1-1/+45
2022-08-11ip: Use .api declared error countersNeale Ranns1-6/+2
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-790/+998
2022-03-24ip: The check for 'same packet' must include the FIB indexNeale Ranns1-0/+181
2022-03-24mpls: Set the MTU field in the frag-needed ICMP when doing MPLS fragmentationNeale Ranns1-0/+1
2022-03-04ip: rate-limit the sending of ICMP error messagesNeale Ranns1-17/+16
2022-02-18tests: Consolidate the implementations of send_and_expect_XNeale Ranns1-21/+3
2021-12-16ip: add tests for message size verificationKlement Sekera1-5/+24
2021-11-15fib: re-evaluate the import/export state of a prefix.Neale Ranns1-0/+135
2021-03-20tests: add support for worker awarenessKlement Sekera1-1/+1
2021-02-15ip: Path MTUNeale Ranns1-1/+169
2021-02-15tests: test punt policer bound to worker threadBrian Russell1-2/+45
2021-02-11tests: tag the tests that do not work with multi-worker configurationAndrew Yourtchenko1-0/+2
2021-02-02tests: verify policer stats in punt testsBrian Russell1-0/+26
2021-01-28tests: add ip4 punt policer handoff testBrian Russell1-1/+51
2021-01-28tests: move ip4 punt setup to its own classBrian Russell1-28/+29
2021-01-28ip: Router ID included in flow hashNeale Ranns1-14/+35
2021-01-21ip: use IPv6 flowlabel in flow hash computationAhmed Abdelsalam1-2/+11
2020-12-01tests: remove ip_punt from vpp_papi_provider and add ip_punt object modelsJakub Grajciar1-29/+24
2020-11-26fib: Only track cover if activatedNeale Ranns1-5/+9
2020-10-21ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute APINeale Ranns1-9/+14
2020-05-14ip: fix interface ip address del sw_if_index checkyedg1-0/+18
2020-05-05api: ip: add IP_ROUTE_LOOKUP APIChristian Hopps1-0/+74
2020-04-23ip: Replace Sematics for Interface IP addressesNeale Ranns1-0/+162
2020-03-17fib: Always install all routers mcast addressesNeale Ranns1-1/+1
2020-03-12policer: API cleanupJakub Grajciar1-4/+4
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-1/+1
2019-11-26fib: Fix crash on cover update to non activated adj sourceNeale Ranns1-0/+64
2019-11-26fib: Table ReplaceNeale Ranns1-1/+131
2019-11-15tests: Remove the unrequired VPP IP address/prefix class wrappersNeale Ranns1-18/+20
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-11-05ip: Fragmentation fixesNeale Ranns1-0/+11
2019-10-21ip: test support python3Ole Troan1-33/+33
2019-10-16tests: cli wrapper should return stringOle Troan1-3/+3
2019-08-20api: Cleanup APIs interface.apiJakub Grajciar1-8/+11
2019-08-12ip: allow addrs from the same prefix on intfMatthew Smith1-6/+59
2019-07-19ip: admin change affects intf IPv4 addr routesMatthew G Smith1-0/+74
2019-06-18fib: fib api updatesNeale Ranns1-132/+69
2019-06-04punt: fix the set_punt API/CLI which was rejecting valid portsNeale Ranns1-1/+20
2019-05-16tests: refactor. Replace literal constant w/ named constant.Paul Vinciguerra1-19/+21
2019-04-11Tests: Refactor tearDown show command logging, add lifecycle markers.Paul Vinciguerra1-3/+4
2019-04-10Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.Paul Vinciguerra1-0/+104
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-4/+4
2019-03-15Revert "API: Cleanup APIs interface.api"Ole Trøan1-11/+8
2019-03-15API: Cleanup APIs interface.apiJakub Grajciar1-8/+11
2019-03-14TEST: link-state up/down notifications on FIB forwardingNeale Ranns1-1/+82
2019-03-11vpp_papi_provider: Remove more wrapper functions.Ole Troan1-8/+12