aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip-neighbor
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion5-48/+0
2023-10-16ip-neighbor: do not use sas to determine NS source addressOle Troan1-2/+3
2023-10-16ip-neighbor: add ip neighbor flushOle Troan1-2/+11
2023-09-24fib: Don't use an address from an attached prefix when sending ARP requests.Neale Ranns1-3/+7
2023-06-29ip-neighbor: add api for getting neighbor db configAlexander Chernavin4-1/+74
2023-05-21ip-neighbor: fix aged neighbor probeSergio Gonzalez Monroy1-2/+2
2023-03-23vnet: throttling configuration improvementMaxime Peim2-2/+2
2022-10-16ip-neighbor: delete redundant help information in cli.Huawei LI1-12/+17
2022-09-15ip-neighbor: fix debug log format outputluoyaozu1-4/+3
2022-08-30l2: skip arp term for locally originated packetsStanislav Zaikin1-0/+1
2022-08-18ip-neighbor: Declarative .api counters.Neale Ranns3-46/+109
2022-08-09ip-neighbor: ARP and ND stats per-interface.Neale Ranns8-44/+256
2022-04-26linux-cp: sync addr and neigh only for lcp interfacesStanislav Zaikin2-1/+2
2021-10-23arp: fix for source address selectionEd Warnicke1-1/+1
2021-10-07arp: source address selectionEd Warnicke2-5/+13
2021-09-13ip-neighbor: Handle local MAC address change for incomplete adjacenciesNeale Ranns1-34/+6
2021-07-15ip-neighbor: GARP sent to bogus ip addressSteven Luong1-2/+2
2021-05-01vlib: refactor trajectory trace debug featureBenoƮt Ganne2-2/+0
2021-04-02ip-neighbor: suppress unsolicited clib_warning when sending garpSteven Luong2-5/+19
2021-03-21gre: Multipoint GRE fixesNeale Ranns1-2/+5
2021-02-22ip-neighbor: add set ip neighbor-config CLI commandIvan Shvedunov1-0/+54
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-12/+12
2020-12-08fib: Source Address SelectionNeale Ranns6-62/+48
2020-11-25ip-neighbor: Send API event when neighbor is removedNeale Ranns8-51/+174
2020-11-20ip-neighbor: Use ip_address_t rather than ip46_address_tNeale Ranns7-274/+264
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns2-5/+38
2020-08-25ip-neighbor: skip probe for disabled interfacesMatthew Smith1-0/+6
2020-07-31ip-neighbor: Allow to replace dynamic entryVladimir Isaev1-11/+13
2020-05-10ip-neighbor: fix show ip neighbor issueMichael Yu1-5/+4
2020-05-02ip-neighbor: honor walk callback return valueRuslan Babayev1-2/+4
2020-04-30ip-neighbor: Add flush APINeale Ranns4-0/+71
2020-04-28tests: implement ipaddress convenience methodsPaul Vinciguerra1-8/+8
2020-04-23ip-neighbor: Replace feature for the ip-neighbor data-baseNeale Ranns6-15/+145
2020-03-09ip-neighbor: add description to the age parameterVratko Polak1-0/+1
2020-03-06ip-neighbor: populate neighbor age via APIVladimir Ratnikov2-0/+4
2020-02-20ip-neighbor: Fix aging timeoutVladimir Isaev1-12/+19
2020-02-03fib: refresh adj pointer after fib_walk_sync due to possible reallocSteven Luong1-0/+7
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-1/+1
2020-01-06ip-neighbor: Add FEATURE.yamlNeale Ranns1-0/+10
2019-12-31ip-neighbor: set link-type ARP on incomplete adjacenciesNeale Ranns1-1/+1
2019-12-23ip-neighbor: ip_neighbor_advertise() handles nullMatthew Smith1-2/+2
2019-12-22ip-neighbor: fix API initialization callMatthew Smith1-1/+1
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns14-0/+3720