1. 7c7b505 ip: fix punt for ipv6 by Benoît Ganne · 3 years, 2 months ago
  2. 5d280d5 ip6-nd: only respond to RS if sending RA is enabled by Ole Troan · 3 years, 4 months ago
  3. 91adf24 tests: Tests for cross AF routing by Neale Ranns · 3 years, 7 months ago
  4. dfef64b ip: allow the 'ip6 enable' on tunnel interface types by Neale Ranns · 3 years, 7 months ago
  5. e2b6736 ip6-nd: Solicitation reply only if target is our link-local by Neale Ranns · 3 years, 9 months ago
  6. 8d81502 tests: add support for worker awareness by Klement Sekera · 3 years, 9 months ago
  7. 976b259 fib: Allow the creation of new source on the API by Neale Ranns · 5 years ago
  8. 8f5fef2 ip: Path MTU by Neale Ranns · 4 years ago
  9. bb98314 tests: test punt policer bound to worker thread by Brian Russell · 3 years, 10 months ago
  10. e988726 tests: verify policer stats in punt tests by Brian Russell · 3 years, 11 months ago
  11. 5214f3a tests: add ip6 punt policer handoff test by Brian Russell · 4 years ago
  12. a1f3606 tests: move ip6 punt setup to its own class by Brian Russell · 4 years ago
  13. 3d5f08a ip: Router ID included in flow hash by Neale Ranns · 3 years, 11 months ago
  14. 06f3281 tests: add generalized tags for tests, use them for run-solo tests by Andrew Yourtchenko · 4 years ago
  15. f2984bb ip: use IPv6 flowlabel in flow hash computation by Ahmed Abdelsalam · 4 years, 1 month ago
  16. 2699fe2 ip: add IPv6 ping test for link-layer address by Benoît Ganne · 4 years ago
  17. 2df2f75 tests: remove ip_punt from vpp_papi_provider and add ip_punt object models by Jakub Grajciar · 4 years ago
  18. 990f694 ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute API by Neale Ranns · 4 years, 2 months ago
  19. a3b7c55 tests: "force solo" testcase support by Andrew Yourtchenko · 4 years, 4 months ago
  20. dbd366b ip: fix interface ip address del sw_if_index check by yedg · 4 years, 7 months ago
  21. f5d38e0 api: ip: add IP_ROUTE_LOOKUP API by Christian Hopps · 4 years, 8 months ago
  22. ec40a7d ip: Setting the Link-Local address from the API enables IPv6 on the interface by Neale Ranns · 4 years, 8 months ago
  23. 59f7113 ip: Replace Sematics for Interface IP addresses by Neale Ranns · 4 years, 8 months ago
  24. 582eac5 misc: fix python sonarcloud BLOCKER level issues by Paul Vinciguerra · 4 years, 9 months ago
  25. 03c254e fib: Always install all routers mcast addresses by Neale Ranns · 4 years, 9 months ago
  26. cd01fb4 policer: API cleanup by Jakub Grajciar · 4 years, 10 months ago
  27. f267d11 ip-neighbor: fix MLD reports not being sent by Neale Ranns · 4 years, 10 months ago
  28. 6e6ad64 tests: support python 3.8 by Ole Troan · 4 years, 11 months ago
  29. cbe25aa ip: Protocol Independent IP Neighbors by Neale Ranns · 5 years ago
  30. 5d4b891 tests: changes for scapy 2.4.3 migration by snaramre · 5 years ago
  31. 9db6ada fib: Table Replace by Neale Ranns · 5 years ago
  32. efd7bc2 tests: Remove the unrequired VPP IP address/prefix class wrappers by Neale Ranns · 5 years ago
  33. 770a0de tests: python3 use byte strings in raw() by Ole Troan · 5 years ago
  34. ead1e53 misc: Fix python scripts shebang line by Renato Botelho do Couto · 5 years ago
  35. 63cb882 tests: make RA tests run on VPP time by Andrew Yourtchenko · 5 years ago
  36. 07a0f21 tests: python3 changes for ip6 fib tests by snaramre · 5 years ago
  37. 6c92f5b ip: allow addrs from the same prefix on intf by Matthew Smith · 5 years ago
  38. ab05508 api: refactor format_vl_api_prefix_t return keys by Paul Vinciguerra · 6 years ago
  39. 097fa66 fib: fib api updates by Neale Ranns · 7 years ago
  40. e849865 ip: reassembly-separate feature and custom code by Klement Sekera · 5 years ago
  41. 9080096 Add an ip6 local hop-by-hop protocol demux table by Dave Barach · 6 years ago
  42. 4271c97 tests: refactor. Replace literal constant w/ named constant. by Paul Vinciguerra · 6 years ago
  43. 7f9b7f9 Tests Cleanup: Fix missing calls to setUpClass/tearDownClass. by Paul Vinciguerra · 6 years ago
  44. 8feeaff Typos. A bunch of typos I've been collecting. by Paul Vinciguerra · 6 years ago
  45. a5b2eec vpp_papi_provider: Remove more wrapper functions. by Ole Troan · 6 years ago
  46. 22ab6f7 VPP-1508: Tests: Fix vpp_api struct.error under py3. by Paul Vinciguerra · 6 years ago
  47. a7427ec VPP-1508: Use scapy.compat to manage packet level library differences. by Paul Vinciguerra · 6 years ago
  48. eaea421 Tests: Refactor payload_to_info() by Paul Vinciguerra · 6 years ago
  49. 9a47537 test framework: vpp_papi_provider.py - further cleanup by Ole Troan · 6 years ago
  50. e1ade68 test framework: Fix wrapper functions to match API message names. by Ole Troan · 6 years ago
  51. e8fece8 Tests: Refactor duplicated code. by Paul Vinciguerra · 6 years ago
  52. 1e18eb2 VPP-1508 python tests: unicode by Paul Vinciguerra · 6 years ago
  53. eb41443 TESTS: refactor framework send_and_expect. by Paul Vinciguerra · 6 years ago
  54. 3702930 Use IP and MAC API types for neighbors by Neale Ranns · 6 years ago
  55. ae80983 IP6-MFIB: replace the radix tree with bihash (VPP-1526) by Neale Ranns · 6 years ago
  56. 0bcad32 PAPI: Allow ipaddress object as argument and return values from API calls by Ole Troan · 6 years ago
  57. 8c8acc0 API: Change ip4_address and ip6_address to use type alias. by Ole Troan · 6 years ago
  58. a6fe463 VPP-1508 python3 tests: xrange by Paul Vinciguerra · 6 years ago
  59. 978aa64 Tests: Fix traceback. by Paul Vinciguerra · 6 years ago
  60. 609e121 VPP-1507: Added binary api to dump configured ip_punt_redirect by Pavel Kotucek · 6 years ago
  61. 3d2df21 Python3 tests: Fix asserts. by Paul Vinciguerra · 6 years ago
  62. c0a9314 GBP Endpoint Updates by Neale Ranns · 6 years ago
  63. ce9e0b4 loop counter to prevent infiinte number of look ups per-packet by Neale Ranns · 6 years ago
  64. e6c78ee make_test: add icmp packet size sweep and icmp echo tests by Jan Gelety · 6 years ago
  65. 744902e No overlapping sub-nets on any interface in the same table/VRF (VPP-943) by Neale Ranns · 7 years ago
  66. c7b8f20 IPv6 NS: use the mcast rewrite node to fill in the destination MAC by Neale Ranns · 7 years ago
  67. c037423 IPv6 ND Router discovery control plane (VPP-1095) by Juraj Sloboda · 7 years ago
  68. 4b9669d IPv6 ND Router discovery data plane (VPP-1095) by Juraj Sloboda · 7 years ago
  69. 52fae86 test: consolidate the multiple versions of send_and_* by Neale Ranns · 7 years ago
  70. 62fe07c MPLS disposition actions at the tail of unicast LSPs by Neale Ranns · 7 years ago
  71. 4c7c8e5 Refactor IP input checks for re-use at MPLS disposition by Neale Ranns · 7 years ago
  72. d91c1db punt and drop features: by Neale Ranns · 7 years ago
  73. 1500254 FIB table add/delete API by Neale Ranns · 7 years ago
  74. da78f95 L2 over MPLS by Neale Ranns · 8 years ago
  75. 42e6b09 Tests for recursive load-balancing with no choices. by Neale Ranns · 7 years ago
  76. dcd6d62 ARP/ND use path_remove to complement path_add by Neale Ranns · 8 years ago
  77. 71275e3 MPLS hash function improvements by Neale Ranns · 8 years ago
  78. 227038a IP Flow Hash Config fixes by Neale Ranns · 8 years ago
  79. 2a3ea49 Learn IP6 link-local ND entries from NSs sourced from link-local address by Neale Ranns · 8 years ago
  80. 180279b Fix IP feature ordering. by Neale Ranns · 8 years ago
  81. b3b2de7 IMplementation for option to not create a FIB table entry when adding a neighbor entry by Neale Ranns · 8 years ago
  82. 37be736 Tests to target holes in adjacency and DPO test coverage by Neale Ranns · 8 years ago
  83. 3f844d0 Proxy ND (RFC4389 - or a sub-set thereof). This allows the 'emulation' of bridging. That is hosts in one sub-net reachable via differenet interfaces. by Neale Ranns · 8 years ago
  84. 87df12d IPv6 RA improvements by Neale Ranns · 8 years ago
  85. 5737d88 pep8 compliance for test_ip6.py by Neale Ranns · 8 years ago
  86. 32e1c01 IP Multicast FIB (mfib) by Neale Ranns · 8 years ago
  87. da505f6 make test: improve documentation and PEP8 compliance by Klement Sekera · 8 years ago
  88. 7515228 IPv6 NS RS tests and fixes by Neale Ranns · 8 years ago
  89. dab231a make test: improve handling of packet captures by Klement Sekera · 8 years ago
  90. 7bb873a make test: fix missing log/packet messages by Klement Sekera · 8 years ago
  91. 86d87c4 Update test documentation. by Matej Klotton · 8 years ago
  92. f62ae12 refactor test framework by Klement Sekera · 8 years ago
  93. f56b77a test: new test infrastructure by Damjan Marion · 8 years ago