Age | Commit message (Expand) | Author | Files | Lines |
2023-11-03 | tests: refactor asf framework code | Dave Wallace | 1 | -4/+2 |
2023-08-16 | tests docs: update python3 venv packages | Dave Wallace | 1 | -1/+0 |
2023-03-31 | ip: support flow-hash gtpv1teid | Takeru Hayasaka | 1 | -1/+45 |
2022-08-11 | ip: Use .api declared error counters | Neale Ranns | 1 | -6/+2 |
2022-05-10 | tests: replace pycodestyle with black | Klement Sekera | 1 | -790/+998 |
2022-03-24 | ip: The check for 'same packet' must include the FIB index | Neale Ranns | 1 | -0/+181 |
2022-03-24 | mpls: Set the MTU field in the frag-needed ICMP when doing MPLS fragmentation | Neale Ranns | 1 | -0/+1 |
2022-03-04 | ip: rate-limit the sending of ICMP error messages | Neale Ranns | 1 | -17/+16 |
2022-02-18 | tests: Consolidate the implementations of send_and_expect_X | Neale Ranns | 1 | -21/+3 |
2021-12-16 | ip: add tests for message size verification | Klement Sekera | 1 | -5/+24 |
2021-11-15 | fib: re-evaluate the import/export state of a prefix. | Neale Ranns | 1 | -0/+135 |
2021-03-20 | tests: add support for worker awareness | Klement Sekera | 1 | -1/+1 |
2021-02-15 | ip: Path MTU | Neale Ranns | 1 | -1/+169 |
2021-02-15 | tests: test punt policer bound to worker thread | Brian Russell | 1 | -2/+45 |
2021-02-11 | tests: tag the tests that do not work with multi-worker configuration | Andrew Yourtchenko | 1 | -0/+2 |
2021-02-02 | tests: verify policer stats in punt tests | Brian Russell | 1 | -0/+26 |
2021-01-28 | tests: add ip4 punt policer handoff test | Brian Russell | 1 | -1/+51 |
2021-01-28 | tests: move ip4 punt setup to its own class | Brian Russell | 1 | -28/+29 |
2021-01-28 | ip: Router ID included in flow hash | Neale Ranns | 1 | -14/+35 |
2021-01-21 | ip: use IPv6 flowlabel in flow hash computation | Ahmed Abdelsalam | 1 | -2/+11 |
2020-12-01 | tests: remove ip_punt from vpp_papi_provider and add ip_punt object models | Jakub Grajciar | 1 | -29/+24 |
2020-11-26 | fib: Only track cover if activated | Neale Ranns | 1 | -5/+9 |
2020-10-21 | ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute API | Neale Ranns | 1 | -9/+14 |
2020-05-14 | ip: fix interface ip address del sw_if_index check | yedg | 1 | -0/+18 |
2020-05-05 | api: ip: add IP_ROUTE_LOOKUP API | Christian Hopps | 1 | -0/+74 |
2020-04-23 | ip: Replace Sematics for Interface IP addresses | Neale Ranns | 1 | -0/+162 |
2020-03-17 | fib: Always install all routers mcast addresses | Neale Ranns | 1 | -1/+1 |
2020-03-12 | policer: API cleanup | Jakub Grajciar | 1 | -4/+4 |
2019-12-17 | ip: Protocol Independent IP Neighbors | Neale Ranns | 1 | -1/+1 |
2019-11-26 | fib: Fix crash on cover update to non activated adj source | Neale Ranns | 1 | -0/+64 |
2019-11-26 | fib: Table Replace | Neale Ranns | 1 | -1/+131 |
2019-11-15 | tests: Remove the unrequired VPP IP address/prefix class wrappers | Neale Ranns | 1 | -18/+20 |
2019-11-05 | misc: Fix python scripts shebang line | Renato Botelho do Couto | 1 | -1/+1 |
2019-11-05 | ip: Fragmentation fixes | Neale Ranns | 1 | -0/+11 |
2019-10-21 | ip: test support python3 | Ole Troan | 1 | -33/+33 |
2019-10-16 | tests: cli wrapper should return string | Ole Troan | 1 | -3/+3 |
2019-08-20 | api: Cleanup APIs interface.api | Jakub Grajciar | 1 | -8/+11 |
2019-08-12 | ip: allow addrs from the same prefix on intf | Matthew Smith | 1 | -6/+59 |
2019-07-19 | ip: admin change affects intf IPv4 addr routes | Matthew G Smith | 1 | -0/+74 |
2019-06-18 | fib: fib api updates | Neale Ranns | 1 | -132/+69 |
2019-06-04 | punt: fix the set_punt API/CLI which was rejecting valid ports | Neale Ranns | 1 | -1/+20 |
2019-05-16 | tests: refactor. Replace literal constant w/ named constant. | Paul Vinciguerra | 1 | -19/+21 |
2019-04-11 | Tests: Refactor tearDown show command logging, add lifecycle markers. | Paul Vinciguerra | 1 | -3/+4 |
2019-04-10 | Tests Cleanup: Fix missing calls to setUpClass/tearDownClass. | Paul Vinciguerra | 1 | -0/+104 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | Paul Vinciguerra | 1 | -4/+4 |
2019-03-15 | Revert "API: Cleanup APIs interface.api" | Ole Trøan | 1 | -11/+8 |
2019-03-15 | API: Cleanup APIs interface.api | Jakub Grajciar | 1 | -8/+11 |
2019-03-14 | TEST: link-state up/down notifications on FIB forwarding | Neale Ranns | 1 | -1/+82 |
2019-03-11 | vpp_papi_provider: Remove more wrapper functions. | Ole Troan | 1 | -8/+12 |
2019-03-11 | VPP-1508: Tests: Fix vpp_api struct.error under py3. | Paul Vinciguerra | 1 | -2/+2 |