[PATCH 04/17] net: ipv6: Add Neighbor Discovery Protocol (NDP)

Simon Glass sjg at chromium.org
Fri Sep 9 16:44:45 CEST 2022


On Thu, 8 Sept 2022 at 05:59, Viacheslav Mitrofanov
<v.v.mitrofanov at yadro.com> wrote:
>
> Implement basic of NDP. It doesn't include such things as Router
> Solicitation, Router Advertisement and Redirect. It just has Neighbor
> Solicitation and Neighbor Advertisement. Only these two features are used
> in u-boot IPv6. Implementation of some NDP functions uses API that was
> exposed in "net: ipv6: Add IPv6 basic primitives".
>
> Also this patch inlcudes update in Makefile to build NDP.
>
> Series-changes: 3
> - Added structures and functions descriptions
> - Fixed style problems
>
> Series-changes: 4
> - Fixed structures and functions description style
>
> Signed-off-by: Viacheslav Mitrofanov <v.v.mitrofanov at yadro.com>
> ---
>  include/ndisc.h | 102 +++++++++++++++++
>  net/Makefile    |   1 +
>  net/ndisc.c     | 289 ++++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 392 insertions(+)
>  create mode 100644 include/ndisc.h
>  create mode 100644 net/ndisc.c


More information about the U-Boot mailing list