On Thu, 8 Sept 2022 at 05:59, Viacheslav Mitrofanov <[email protected]> wrote: > > Implement actions on ip6addr, gatewayip6, serverip6 varaibles. > on_ip6addr - convert IPv6 string addr to struct ip6_addr > on_gatewayip6 - convert IPv6 string addr to struct ip6_addr > on_serverip6 - convert IPv6 string addr to struct ip6_addr > > Series-changes: 3 > - Removed memory allocation > - Substituted -1 for error code > > Signed-off-by: Viacheslav Mitrofanov <[email protected]> > --- > net/net6.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 48 insertions(+) >
Reviewed-by: Simon Glass <[email protected]>

