Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-03-11 | VPP-1508: Use scapy.compat to manage packet level library differences. | Paul Vinciguerra | 1 | -2/+3 |
2019-03-07 | Tests: Refactor payload_to_info() | Paul Vinciguerra | 1 | -3/+3 |
2019-03-07 | VPP-1508: Python3 tests. Explicitly specify string formatting. | Paul Vinciguerra | 1 | -2/+2 |
2019-03-06 | test framework: vpp_papi_provider.py - further cleanup | Ole Troan | 1 | -14/+12 |
2018-12-17 | Fix TestIPv4FibCrud interdependencies. | Paul Vinciguerra | 1 | -0/+14 |
2018-12-12 | PAPI: Allow ipaddress object as argument and return values from API calls | Ole Troan | 1 | -6/+6 |
2018-12-10 | IP-local: any IP can appear as the source (VPP-1522) | Neale Ranns | 1 | -0/+19 |
2018-12-06 | API: Change ip4_address and ip6_address to use type alias. | Ole Troan | 1 | -1/+1 |
2018-12-05 | VPP-1508 python3 tests: xrange | Paul Vinciguerra | 1 | -11/+13 |
2018-11-29 | VPP-1507: Added binary api to dump configured ip_punt_redirect | Pavel Kotucek | 1 | -4/+37 |
2018-11-27 | VPP-1508 python3 tests: .encode('hex') | Paul Vinciguerra | 1 | -6/+5 |
2018-11-26 | Python3 tests: Fix asserts. | Paul Vinciguerra | 1 | -2/+2 |
2018-10-22 | Fix buffer overflow when fragmenting packets (VPP-1383) | Juraj Sloboda | 1 | -0/+50 |
2018-10-15 | VPP-1448: Fix error when recurse on down the trie. | mu.duojiao | 1 | -0/+49 |
2018-09-07 | IP route update fix when multipath and drop set | Neale Ranns | 1 | -1/+27 |