On Fri, 2022-08-19 at 14:00 +0300, Ramon Fried wrote: > On Fri, Aug 19, 2022 at 11:10 AM Viacheslav Mitrofanov > <v.v.mitrofa...@yadro.com> wrote: > > The command tftpboot uses IPv4 by default, to use IPv6 instead add > > -ipv6 > > as the last argument. All other tftpboot features and parameters > > are left > > the same. > > > In my opinion, we should be able to detect if a user has provided or > set an IPv6 server IP address and only use IPv6 then. I tried to save tftboot semantics. I mean if we set -ipv6 option the command will check server address in args if it is empty check environmental variable and if it is not set then terminate it. It works the same way as it works now. If I didn't get you, please, clarify it a little bit more. Thanks!
- [PATCH 0/5] IPv6 support Viacheslav Mitrofanov
- [PATCH 1/5] net: ipv6: Add basic IPv6 impleme... Viacheslav Mitrofanov
- Re: [PATCH 1/5] net: ipv6: Add basic IPv6... Ramon Fried
- [PATCH 3/5] net: tftp: add IPv6 support for t... Viacheslav Mitrofanov
- Re: [PATCH 3/5] net: tftp: add IPv6 suppo... Ramon Fried
- Re: [PATCH 3/5] net: tftp: add IPv6 s... Vyacheslav Mitrofanov V
- Re: [PATCH 3/5] net: tftp: add IP... Ramon Fried
- Re: [PATCH 3/5] net: tftp: a... Vyacheslav Mitrofanov V
- Re: [PATCH 3/5] net: tft... Ramon Fried
- Re: [PATCH 3/5] net:... Vyacheslav Mitrofanov V
- [PATCH 2/5] net: ipv6: enable IPv6 string par... Viacheslav Mitrofanov
- [PATCH 5/5] net: ping6: Auto enable ping6 opt... Viacheslav Mitrofanov
- [PATCH 4/5] net: ping6: Add ping6 command Viacheslav Mitrofanov