- e22a704 ip: Use .api declared error counters by Neale Ranns · 2 years, 4 months ago
- d9b0c6f tests: replace pycodestyle with black by Klement Sekera · 2 years, 8 months ago
- aa7cfd0 ip: The check for 'same packet' must include the FIB index by Neale Ranns · 2 years, 9 months ago
- fbc633f mpls: Set the MTU field in the frag-needed ICMP when doing MPLS fragmentation by Neale Ranns · 2 years, 9 months ago
- 5c6dd17 ip: rate-limit the sending of ICMP error messages by Neale Ranns · 2 years, 10 months ago
- 699bea2 tests: Consolidate the implementations of send_and_expect_X by Neale Ranns · 2 years, 10 months ago
- fd1f56a ip: add tests for message size verification by Klement Sekera · 3 years, 1 month ago
- 50bd1d3 fib: re-evaluate the import/export state of a prefix. by Neale Ranns · 3 years, 2 months ago
- 8d81502 tests: add support for worker awareness by Klement Sekera · 3 years, 9 months ago
- 8f5fef2 ip: Path MTU by Neale Ranns · 4 years ago
- bb98314 tests: test punt policer bound to worker thread by Brian Russell · 3 years, 10 months ago
- 8dc0d48 tests: tag the tests that do not work with multi-worker configuration by Andrew Yourtchenko · 3 years, 11 months ago
- e988726 tests: verify policer stats in punt tests by Brian Russell · 3 years, 11 months ago
- c8f3cdf tests: add ip4 punt policer handoff test by Brian Russell · 3 years, 11 months ago
- 318fdb8 tests: move ip4 punt setup to its own class by Brian Russell · 3 years, 11 months ago
- 3d5f08a ip: Router ID included in flow hash by Neale Ranns · 3 years, 11 months ago
- f2984bb ip: use IPv6 flowlabel in flow hash computation by Ahmed Abdelsalam · 4 years, 1 month ago
- 2df2f75 tests: remove ip_punt from vpp_papi_provider and add ip_punt object models by Jakub Grajciar · 4 years ago
- 8786603 fib: Only track cover if activated by Neale Ranns · 4 years, 1 month ago
- 990f694 ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute API by Neale Ranns · 4 years, 2 months ago
- dbd366b ip: fix interface ip address del sw_if_index check by yedg · 4 years, 7 months ago
- f5d38e0 api: ip: add IP_ROUTE_LOOKUP API by Christian Hopps · 4 years, 7 months ago
- 59f7113 ip: Replace Sematics for Interface IP addresses by Neale Ranns · 4 years, 8 months ago
- 03c254e fib: Always install all routers mcast addresses by Neale Ranns · 4 years, 9 months ago
- cd01fb4 policer: API cleanup by Jakub Grajciar · 4 years, 10 months ago
- cbe25aa ip: Protocol Independent IP Neighbors by Neale Ranns · 5 years ago
- 9efcee6 fib: Fix crash on cover update to non activated adj source by Neale Ranns · 5 years ago
- 9db6ada fib: Table Replace by Neale Ranns · 5 years ago
- efd7bc2 tests: Remove the unrequired VPP IP address/prefix class wrappers by Neale Ranns · 5 years ago
- ead1e53 misc: Fix python scripts shebang line by Renato Botelho do Couto · 5 years ago
- 0b6a857 ip: Fragmentation fixes by Neale Ranns · 5 years ago
- 5e56f75 ip: test support python3 by Ole Troan · 5 years ago
- 6ed154f tests: cli wrapper should return string by Ole Troan · 5 years ago
- 053204a api: Cleanup APIs interface.api by Jakub Grajciar · 6 years ago
- 6c92f5b ip: allow addrs from the same prefix on intf by Matthew Smith · 5 years ago
- 88d29a9 ip: admin change affects intf IPv4 addr routes by Matthew G Smith · 5 years ago
- 097fa66 fib: fib api updates by Neale Ranns · 7 years ago
- 68577d2 punt: fix the set_punt API/CLI which was rejecting valid ports by Neale Ranns · 6 years ago
- 4271c97 tests: refactor. Replace literal constant w/ named constant. by Paul Vinciguerra · 6 years ago
- 90cf21b Tests: Refactor tearDown show command logging, add lifecycle markers. by Paul Vinciguerra · 6 years ago
- 7f9b7f9 Tests Cleanup: Fix missing calls to setUpClass/tearDownClass. by Paul Vinciguerra · 6 years ago
- 8feeaff Typos. A bunch of typos I've been collecting. by Paul Vinciguerra · 6 years ago
- 3b0d7e4 Revert "API: Cleanup APIs interface.api" by Ole Trøan · 6 years ago
- e63325e API: Cleanup APIs interface.api by Jakub Grajciar · 6 years ago
- 6348074 TEST: link-state up/down notifications on FIB forwarding by Neale Ranns · 6 years ago
- a5b2eec vpp_papi_provider: Remove more wrapper functions. by Ole Troan · 6 years ago
- 22ab6f7 VPP-1508: Tests: Fix vpp_api struct.error under py3. by Paul Vinciguerra · 6 years ago
- a7427ec VPP-1508: Use scapy.compat to manage packet level library differences. by Paul Vinciguerra · 6 years ago
- eaea421 Tests: Refactor payload_to_info() by Paul Vinciguerra · 6 years ago
- ea2450f VPP-1508: Python3 tests. Explicitly specify string formatting. by Paul Vinciguerra · 6 years ago
- 9a47537 test framework: vpp_papi_provider.py - further cleanup by Ole Troan · 6 years ago
- 4eed747 Fix TestIPv4FibCrud interdependencies. by Paul Vinciguerra · 6 years ago
- 0bcad32 PAPI: Allow ipaddress object as argument and return values from API calls by Ole Troan · 6 years ago
- be2286b IP-local: any IP can appear as the source (VPP-1522) by Neale Ranns · 6 years ago
- 8c8acc0 API: Change ip4_address and ip6_address to use type alias. by Ole Troan · 6 years ago
- a6fe463 VPP-1508 python3 tests: xrange by Paul Vinciguerra · 6 years ago
- 609e121 VPP-1507: Added binary api to dump configured ip_punt_redirect by Pavel Kotucek · 6 years ago
- 6e4c6ad VPP-1508 python3 tests: .encode('hex') by Paul Vinciguerra · 6 years ago
- 3d2df21 Python3 tests: Fix asserts. by Paul Vinciguerra · 6 years ago
- 68b7cb8 Fix buffer overflow when fragmenting packets (VPP-1383) by Juraj Sloboda · 6 years ago
- 59a8295 VPP-1448: Fix error when recurse on down the trie. by mu.duojiao · 6 years ago
- 3b93be5 IP route update fix when multipath and drop set by Neale Ranns · 6 years ago
- ce9e0b4 loop counter to prevent infiinte number of look ups per-packet by Neale Ranns · 6 years ago
- 1855b8e IP directed broadcast by Neale Ranns · 6 years ago
- e6c78ee make_test: add icmp packet size sweep and icmp echo tests by Jan Gelety · 6 years ago
- d723161 MTU: Software interface / Per-protocol MTU support by Ole Troan · 7 years ago
- 8a9c8f1 VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message. by Ole Troan · 7 years ago
- fe7d4a2 Revert "MTU: Setting of MTU on software interface (instead of hardware interface)" by Damjan Marion · 7 years ago
- 70083ee MTU: Setting of MTU on software interface (instead of hardware interface) by Ole Troan · 7 years ago
- ffd78d1 Improve MTU handling by Neale Ranns · 7 years ago
- 52fae86 test: consolidate the multiple versions of send_and_* by Neale Ranns · 7 years ago
- 62fe07c MPLS disposition actions at the tail of unicast LSPs by Neale Ranns · 7 years ago
- 4c7c8e5 Refactor IP input checks for re-use at MPLS disposition by Neale Ranns · 7 years ago
- 054c03a Source Lookup progammable via API by Neale Ranns · 7 years ago
- d91c1db punt and drop features: by Neale Ranns · 7 years ago
- 1500254 FIB table add/delete API by Neale Ranns · 7 years ago
- 42e6b09 Tests for recursive load-balancing with no choices. by Neale Ranns · 7 years ago
- 30d0fd4 Packets recieved on VLAN-0 map to the main interface by Neale Ranns · 8 years ago
- 71275e3 MPLS hash function improvements by Neale Ranns · 8 years ago
- 227038a IP Flow Hash Config fixes by Neale Ranns · 8 years ago
- 9a69a60 Sub-net broadcast addresses for IPv4 by Neale Ranns · 8 years ago
- 180279b Fix IP feature ordering. by Neale Ranns · 8 years ago
- 37be736 Tests to target holes in adjacency and DPO test coverage by Neale Ranns · 8 years ago
- da505f6 make test: improve documentation and PEP8 compliance by Klement Sekera · 8 years ago
- dab231a make test: improve handling of packet captures by Klement Sekera · 8 years ago
- 16a14cd make test: FIB add/update/delete - ip4 routes by Matej Klotton · 8 years ago
- 7bb873a make test: fix missing log/packet messages by Klement Sekera · 8 years ago
- 86d87c4 Update test documentation. by Matej Klotton · 8 years ago
- 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]
- f62ae12 refactor test framework by Klement Sekera · 8 years ago
- f56b77a test: new test infrastructure by Damjan Marion · 8 years ago