Re: [PATCH 11/17] net: ping6: Add ping6 command

2022-09-12 Thread Ramon Fried
On Tue, Sep 6, 2022 at 6:10 PM Viacheslav Mitrofanov wrote: > > Implement ping6 command to ping hosts using IPv6. It works the same way as > an ordinary ping command. There is no ICMP request so it is not possible > to ping our host. This patch adds options in Kconfig and Makefile to > build ping6

Re: [PATCH 11/17] net: ping6: Add ping6 command

2022-09-09 Thread Simon Glass
On Thu, 8 Sept 2022 at 05:59, Viacheslav Mitrofanov wrote: > > Implement ping6 command to ping hosts using IPv6. It works the same way as > an ordinary ping command. There is no ICMP request so it is not possible > to ping our host. This patch adds options in Kconfig and Makefile to > build ping6

[PATCH 11/17] net: ping6: Add ping6 command

2022-09-08 Thread Viacheslav Mitrofanov
Implement ping6 command to ping hosts using IPv6. It works the same way as an ordinary ping command. There is no ICMP request so it is not possible to ping our host. This patch adds options in Kconfig and Makefile to build ping6 command. Series-changes: 3 - Added structures and functions descripti

[PATCH 11/17] net: ping6: Add ping6 command

2022-09-06 Thread Viacheslav Mitrofanov
Implement ping6 command to ping hosts using IPv6. It works the same way as an ordinary ping command. There is no ICMP request so it is not possible to ping our host. This patch adds options in Kconfig and Makefile to build ping6 command. Signed-off-by: Viacheslav Mitrofanov --- cmd/Kconfig|

Re: [PATCH 11/17] net: ping6: Add ping6 command

2022-08-31 Thread Simon Glass
On Tue, 30 Aug 2022 at 07:02, Viacheslav Mitrofanov wrote: > > Implement ping6 command to ping hosts using IPv6. It works the same way as > an ordinary ping command. There is no ICMP request so it is not possible > to ping our host. This patch adds options in Kconfig and Makefile to > build ping6

[PATCH 11/17] net: ping6: Add ping6 command

2022-08-30 Thread Viacheslav Mitrofanov
Implement ping6 command to ping hosts using IPv6. It works the same way as an ordinary ping command. There is no ICMP request so it is not possible to ping our host. This patch adds options in Kconfig and Makefile to build ping6 command. Signed-off-by: Viacheslav Mitrofanov --- cmd/Kconfig|