aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_neighbor.py
AgeCommit message (Expand)AuthorFilesLines
2024-04-09vnet: fix ARP for unnumberedPim van Pelt1-6/+16
2023-11-03tests: refactor asf framework codeDave Wallace1-4/+2
2023-10-25fib: only update glean for interface if necessaryMatthew Smith1-9/+12
2023-10-13ethernet: run callbacks for subifs too when mac changesAlexander Chernavin1-3/+103
2023-09-24fib: Don't use an address from an attached prefix when sending ARP requests.Neale Ranns1-0/+22
2023-06-29ip-neighbor: add api for getting neighbor db configAlexander Chernavin1-0/+30
2022-09-27tests: disable failing tests on ubuntu-22.04 debian-11Dave Wallace1-1/+2
2022-09-19arp: update error reason when checking for proxy-arpBenoît Ganne1-1/+5
2022-08-11arp: Use the new style error count declarationNeale Ranns1-3/+1
2022-08-09ip-neighbor: ARP and ND stats per-interface.Neale Ranns1-0/+34
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-1000/+1215
2021-11-22vlib: add virtual time supportBenoît Ganne1-16/+7
2021-09-13ip-neighbor: Handle local MAC address change for incomplete adjacenciesNeale Ranns1-1/+23
2021-07-13fib: Set the GLEAN flag on attached export routes so that the SAS worksNeale Ranns1-0/+13
2021-02-11tests: tag the tests that do not work with multi-worker configurationAndrew Yourtchenko1-0/+2
2020-12-10tests: check ethernet type in arp test caseElias Rudberg1-0/+4
2020-12-08fib: Source Address SelectionNeale Ranns1-1/+90
2020-12-01tests: remove ip_punt from vpp_papi_provider and add ip_punt object modelsJakub Grajciar1-3/+5
2020-11-25ip-neighbor: Send API event when neighbor is removedNeale Ranns1-0/+35
2020-11-24tests: remove svs, proxy_arp and gso from vpp_papi_providerOle Troan1-7/+11
2020-11-24tests: [re]enable an ARP test form incompleteNeale Ranns1-8/+3
2020-11-20ip-neighbor: Use ip_address_t rather than ip46_address_tNeale Ranns1-0/+2
2020-10-08ip-neighbor: Grat ARPs from different subnet are droppedNeale Ranns1-0/+31
2020-07-31ip-neighbor: Allow to replace dynamic entryVladimir Isaev1-0/+110
2020-04-30ip-neighbor: Add flush APINeale Ranns1-6/+156
2020-04-23ip-neighbor: Replace feature for the ip-neighbor data-baseNeale Ranns1-0/+117
2020-02-20ip-neighbor: Fix aging timeoutVladimir Isaev1-1/+22
2019-12-31ip-neighbor: set link-type ARP on incomplete adjacenciesNeale Ranns1-0/+65
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-1/+223
2019-11-08tests: python3 use byte strings in raw()Ole Troan1-1/+1
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-10-06ip: Fix IP unnumbered dump of one interfaceNeale Ranns1-0/+9
2019-06-18fib: fib api updatesNeale Ranns1-7/+7
2019-05-16tests: refactor. Replace literal constant w/ named constant.Paul Vinciguerra1-8/+11
2019-04-10Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.Paul Vinciguerra1-0/+16
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-9/+9
2019-03-11VPP-1508: Use scapy.compat to manage packet level library differences.Paul Vinciguerra1-2/+4
2019-01-30Use IP and MAC API types for neighborsNeale Ranns1-22/+11
2019-01-23IP route local and connectedNeale Ranns1-0/+34
2018-11-26Python3 tests: Fix asserts.Paul Vinciguerra1-2/+2
2018-10-29Use throttle_t for ND throttlingNeale Ranns1-4/+35
2018-10-01Add adjacency counters to the stats segmentNeale Ranns1-0/+109
2018-08-30Refactor the ARP throttle into a common type so it can be reusedNeale Ranns1-0/+31
2018-08-10Add test of the IP unnumbered dumpNeale Ranns1-0/+4
2018-06-08Gratuitous ARP packet handlingNeale Ranns1-0/+98
2018-02-16Allow providers to override glean behaviourNeale Ranns1-0/+70
2018-02-15Revert "Allow interface types to override glean adjacency behaivour"Ole Trøan1-63/+0
2018-02-15Allow interface types to override glean adjacency behaivourNeale Ranns1-0/+63
2018-01-09test: consolidate the multiple versions of send_and_*Neale Ranns1-10/+0
2018-01-06VPP-1110 BVI reply ARP that doesn't request BVI loacl IP.zhaoqingling1-1/+13