1. 0b6a857 ip: Fragmentation fixes by Neale Ranns · 5 years ago
  2. 5e56f75 ip: test support python3 by Ole Troan · 5 years ago
  3. 6ed154f tests: cli wrapper should return string by Ole Troan · 5 years ago
  4. 053204a api: Cleanup APIs interface.api by Jakub Grajciar · 6 years ago
  5. 6c92f5b ip: allow addrs from the same prefix on intf by Matthew Smith · 5 years ago
  6. 88d29a9 ip: admin change affects intf IPv4 addr routes by Matthew G Smith · 5 years ago
  7. 097fa66 fib: fib api updates by Neale Ranns · 7 years ago
  8. 68577d2 punt: fix the set_punt API/CLI which was rejecting valid ports by Neale Ranns · 6 years ago
  9. 4271c97 tests: refactor. Replace literal constant w/ named constant. by Paul Vinciguerra · 6 years ago
  10. 90cf21b Tests: Refactor tearDown show command logging, add lifecycle markers. by Paul Vinciguerra · 6 years ago
  11. 7f9b7f9 Tests Cleanup: Fix missing calls to setUpClass/tearDownClass. by Paul Vinciguerra · 6 years ago
  12. 8feeaff Typos. A bunch of typos I've been collecting. by Paul Vinciguerra · 6 years ago
  13. 3b0d7e4 Revert "API: Cleanup APIs interface.api" by Ole Trøan · 6 years ago
  14. e63325e API: Cleanup APIs interface.api by Jakub Grajciar · 6 years ago
  15. 6348074 TEST: link-state up/down notifications on FIB forwarding by Neale Ranns · 6 years ago
  16. a5b2eec vpp_papi_provider: Remove more wrapper functions. by Ole Troan · 6 years ago
  17. 22ab6f7 VPP-1508: Tests: Fix vpp_api struct.error under py3. by Paul Vinciguerra · 6 years ago
  18. a7427ec VPP-1508: Use scapy.compat to manage packet level library differences. by Paul Vinciguerra · 6 years ago
  19. eaea421 Tests: Refactor payload_to_info() by Paul Vinciguerra · 6 years ago
  20. ea2450f VPP-1508: Python3 tests. Explicitly specify string formatting. by Paul Vinciguerra · 6 years ago
  21. 9a47537 test framework: vpp_papi_provider.py - further cleanup by Ole Troan · 6 years ago
  22. 4eed747 Fix TestIPv4FibCrud interdependencies. by Paul Vinciguerra · 6 years ago
  23. 0bcad32 PAPI: Allow ipaddress object as argument and return values from API calls by Ole Troan · 6 years ago
  24. be2286b IP-local: any IP can appear as the source (VPP-1522) by Neale Ranns · 6 years ago
  25. 8c8acc0 API: Change ip4_address and ip6_address to use type alias. by Ole Troan · 6 years ago
  26. a6fe463 VPP-1508 python3 tests: xrange by Paul Vinciguerra · 6 years ago
  27. 609e121 VPP-1507: Added binary api to dump configured ip_punt_redirect by Pavel Kotucek · 6 years ago
  28. 6e4c6ad VPP-1508 python3 tests: .encode('hex') by Paul Vinciguerra · 6 years ago
  29. 3d2df21 Python3 tests: Fix asserts. by Paul Vinciguerra · 6 years ago
  30. 68b7cb8 Fix buffer overflow when fragmenting packets (VPP-1383) by Juraj Sloboda · 6 years ago
  31. 59a8295 VPP-1448: Fix error when recurse on down the trie. by mu.duojiao · 6 years ago
  32. 3b93be5 IP route update fix when multipath and drop set by Neale Ranns · 6 years ago
  33. ce9e0b4 loop counter to prevent infiinte number of look ups per-packet by Neale Ranns · 6 years ago
  34. 1855b8e IP directed broadcast by Neale Ranns · 6 years ago
  35. e6c78ee make_test: add icmp packet size sweep and icmp echo tests by Jan Gelety · 6 years ago
  36. d723161 MTU: Software interface / Per-protocol MTU support by Ole Troan · 7 years ago
  37. 8a9c8f1 VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message. by Ole Troan · 7 years ago
  38. fe7d4a2 Revert "MTU: Setting of MTU on software interface (instead of hardware interface)" by Damjan Marion · 7 years ago
  39. 70083ee MTU: Setting of MTU on software interface (instead of hardware interface) by Ole Troan · 7 years ago
  40. ffd78d1 Improve MTU handling by Neale Ranns · 7 years ago
  41. 52fae86 test: consolidate the multiple versions of send_and_* by Neale Ranns · 7 years ago
  42. 62fe07c MPLS disposition actions at the tail of unicast LSPs by Neale Ranns · 7 years ago
  43. 4c7c8e5 Refactor IP input checks for re-use at MPLS disposition by Neale Ranns · 7 years ago
  44. 054c03a Source Lookup progammable via API by Neale Ranns · 7 years ago
  45. d91c1db punt and drop features: by Neale Ranns · 7 years ago
  46. 1500254 FIB table add/delete API by Neale Ranns · 7 years ago
  47. 42e6b09 Tests for recursive load-balancing with no choices. by Neale Ranns · 7 years ago
  48. 30d0fd4 Packets recieved on VLAN-0 map to the main interface by Neale Ranns · 8 years ago
  49. 71275e3 MPLS hash function improvements by Neale Ranns · 8 years ago
  50. 227038a IP Flow Hash Config fixes by Neale Ranns · 8 years ago
  51. 9a69a60 Sub-net broadcast addresses for IPv4 by Neale Ranns · 8 years ago
  52. 180279b Fix IP feature ordering. by Neale Ranns · 8 years ago
  53. 37be736 Tests to target holes in adjacency and DPO test coverage by Neale Ranns · 8 years ago
  54. da505f6 make test: improve documentation and PEP8 compliance by Klement Sekera · 8 years ago
  55. dab231a make test: improve handling of packet captures by Klement Sekera · 8 years ago
  56. 16a14cd make test: FIB add/update/delete - ip4 routes by Matej Klotton · 8 years ago
  57. 7bb873a make test: fix missing log/packet messages by Klement Sekera · 8 years ago
  58. 86d87c4 Update test documentation. by Matej Klotton · 8 years ago
  59. d72fdf5 Disable non-working checks in load-balancer test and rename ip->ip4 by Klement Sekera · 8 years ago[Renamed from test/test_ip.py]
  60. f62ae12 refactor test framework by Klement Sekera · 8 years ago
  61. f56b77a test: new test infrastructure by Damjan Marion · 8 years ago