summaryrefslogtreecommitdiffstats
path: root/test/test_neighbor.py
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-11FIB table add/delete APINeale Ranns1-2/+64
2017-08-15Support proxy ARP on mirrored TAP interfacesNeale Ranns1-0/+64
2017-06-21ARP: ignore non-connected routes and non-interface sources when determing if ...Neale Ranns1-2/+70
2017-06-06Packets recieved on VLAN-0 map to the main interfaceNeale Ranns1-2/+60
2017-05-26ARP/ND use path_remove to complement path_addNeale Ranns1-0/+79
2017-05-17VPP-719: Accept ARP replies from VRRP hw addrMatthew Smith1-0/+75
2017-05-17ARP learning fixes (VPP-843)Neale Ranns1-8/+30
2017-03-17Attached hostsNeale Ranns1-11/+165
2017-03-17Adjacency refinement; check the cover's interface against the adjacency'sNeale Ranns1-20/+53
2017-03-09IMplementation for option to not create a FIB table entry when adding a neigh...Neale Ranns1-2/+21
2017-03-09Tests to target holes in adjacency and DPO test coverageNeale Ranns1-0/+81
2017-03-03Changing the IP table for an interface is an error if the interface already h...Neale Ranns1-0/+7
2017-02-27[Proxy] ARP testsNeale Ranns1-0/+425