[PATCH v3 1/3] net: ipv6: Add support for default gateway discovery.

Vyacheslav V. Mitrofanov v.v.mitrofanov at yadro.com
Thu Apr 20 15:44:35 CEST 2023


Hello Ehsan! I tried to apply your patches and found out that there are some conflicts. I think you use your custom version. Check it please.

Thanks!

On Wed, 2023-04-12 at 09:10 -0700, emohandesi at linux.microsoft.co
wrote:

From: Ehsan Mohandesi <emohandesi at microsoft.com>
> 
> 
>  #endif /* __NDISC_H__ */
> diff --git a/include/net.h b/include/net.h
> index 8ba50a0..58774f6 100644
> --- a/include/net.h
> +++ b/include/net.h
> @@ -505,7 +505,8 @@ extern int          net_restart_wrap;       /*
> Tried all network devices */
> 
>  enum proto_t {
>         BOOTP, RARP, ARP, TFTPGET, DHCP, DHCP6, PING, PING6, DNS,

Here DHCP6


>
> diff --git a/net/net.c b/net/net.c
> index d69bfb0..abdb7e4 100644
> --- a/net/net.c
> +++ b/net/net.c
> @@ -24,7 +24,7 @@
>   *                     - name of bootfile
>   *     Next step:      ARP
>   *
> - * LINK_LOCAL:
> + * LINKLOCAL:
>   *
>   *     Prerequisites:  - own ethernet address
>   *     We want:        - own IP address
> @@ -125,6 +125,7 @@
>  #if defined(CONFIG_CMD_DHCP6)
>  #include "dhcpv6.h"
> 
> 
Here DHCP6

And maybe somewhere else


More information about the U-Boot mailing list