Re: [PATCH 10/17] net: tftp: Add IPv6 support for tftpboot

2022-09-12 Thread Ramon Fried
On Tue, Sep 6, 2022 at 6:10 PM Viacheslav Mitrofanov wrote: > > The command tftpboot uses IPv4 by default. Add the possibility to use IPv6 > instead. If an address in the command is an IPv6 address it will use IPv6 > to boot or if there is a suffix -ipv6 in the end of the command it also > force u

Re: [PATCH 10/17] net: tftp: Add IPv6 support for tftpboot

2022-09-09 Thread Simon Glass
On Thu, 8 Sept 2022 at 05:59, Viacheslav Mitrofanov wrote: > > The command tftpboot uses IPv4 by default. Add the possibility to use IPv6 > instead. If an address in the command is an IPv6 address it will use IPv6 > to boot or if there is a suffix -ipv6 in the end of the command it also > force us

[PATCH 10/17] net: tftp: Add IPv6 support for tftpboot

2022-09-08 Thread Viacheslav Mitrofanov
The command tftpboot uses IPv4 by default. Add the possibility to use IPv6 instead. If an address in the command is an IPv6 address it will use IPv6 to boot or if there is a suffix -ipv6 in the end of the command it also force using IPv6. All other tftpboot features and parameters are left the same

[PATCH 10/17] net: tftp: Add IPv6 support for tftpboot

2022-09-06 Thread Viacheslav Mitrofanov
The command tftpboot uses IPv4 by default. Add the possibility to use IPv6 instead. If an address in the command is an IPv6 address it will use IPv6 to boot or if there is a suffix -ipv6 in the end of the command it also force using IPv6. All other tftpboot features and parameters are left the same

Re: [PATCH 10/17] net: tftp: Add IPv6 support for tftpboot

2022-08-31 Thread Simon Glass
Hi Viacheslav, On Tue, 30 Aug 2022 at 07:02, Viacheslav Mitrofanov wrote: > > The command tftpboot uses IPv4 by default. Add the possibility to use IPv6 > instead. If an address in the command is an IPv6 address it will use IPv6 > to boot or if there is a suffix -ipv6 in the end of the command it

[PATCH 10/17] net: tftp: Add IPv6 support for tftpboot

2022-08-30 Thread Viacheslav Mitrofanov
The command tftpboot uses IPv4 by default. Add the possibility to use IPv6 instead. If an address in the command is an IPv6 address it will use IPv6 to boot or if there is a suffix -ipv6 in the end of the command it also force using IPv6. All other tftpboot features and parameters are left the same