aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip6-nd
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion6-74/+0
2023-02-08ip6-nd: support dump/details for IPv6 RAAlexander Chernavin5-98/+470
2022-11-06ip6-nd: set router flag on NA if appropriateMatthew Smith3-1/+19
2022-11-05ip6-nd: initialize radv_info->send_radv to 1Dave Barach1-0/+3
2022-09-26api: replace print functions wth formatDamjan Marion1-2/+0
2022-08-09ip-neighbor: ARP and ND stats per-interface.Neale Ranns2-3/+17
2022-07-29ip6-nd: fix ip6 ra cli issueTakanori Hirano1-2/+1
2022-07-28ip6-nd: copy mac address to wrong buffer current_dataliangrq1-0/+2
2022-03-24ip6-nd: stop sending RA by defaultAlexander Chernavin1-3/+0
2022-02-15tcp: Do not include the tcp_packet.h file in the ip4_packet.hNeale Ranns1-0/+1
2022-01-24ip6-nd: fix coverity warningKlement Sekera1-6/+3
2021-10-14ip6-nd: fix coverity warningKlement Sekera1-0/+4
2021-10-06docs: vnet comment nitfixesNathan Skrzypczak1-27/+41
2021-09-27misc: api move continuedFlorin Coras1-1/+1
2021-09-27misc: move part of vpe apis to vlibmemoryFlorin Coras1-0/+6
2021-09-16ip6-nd: add ip6-nd proxyMohsin Kazmi5-2/+450
2021-08-11fib: A 16-8-8 and a 8-8-8-8 versions of an ip4_fib_tNeale Ranns1-8/+6
2021-08-09ip6-nd: only respond to RS if sending RA is enabledOle Troan1-1/+6
2021-07-16ip6-nd: refactor neighbour advertisement codeMohsin Kazmi2-61/+104
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne1-1/+0
2021-04-05ip6-nd: Solicitation reply only if target is our link-localNeale Ranns1-4/+9
2021-03-26vlib: introduce vlib_get_elog_main()Damjan Marion1-3/+4
2020-12-14misc: move to new pool_foreach macrosDamjan Marion4-54/+54
2020-11-20ip-neighbor: Use ip_address_t rather than ip46_address_tNeale Ranns3-7/+20
2020-11-13ethernet: mac must support 64-bits loadsBenoît Ganne3-5/+5
2020-11-10ip6-nd: fix memory leaksDave Barach1-11/+23
2020-10-19ip: Move the IP6 fib into ip6_[m]fib.cNeale Ranns1-1/+2
2020-06-23ip6-nd: punt neighbor advertisementsAlexander Chernavin1-1/+1
2020-06-17ip-neighbor: fix MLD hash key using stack pointerBenoît Ganne1-2/+2
2020-05-17ip6-nd: correct set-ip6-nd-proxy CLI short_helpIgnas Bacius1-1/+1
2020-04-24ip: Setting the Link-Local address from the API enables IPv6 on theNeale Ranns1-2/+2
2020-04-08misc: check return values from vlib_buffer_copy(...)Dave Barach1-0/+3
2020-02-26ip-neighbor: fix ip6_ra_cmdDave Barach1-10/+0
2020-02-21dhcp: update secondary radv_info structuresDave Barach2-5/+75
2020-02-10ip-neighbor: fix MLD reports not being sentNeale Ranns1-3/+3
2020-01-09misc: fix feature description spellingOle Troan1-3/+3
2020-01-05ip6-nd: Add FEATURE.yamlNeale Ranns1-0/+12
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns13-0/+5256