Re: [PATCH 03/17] net: ipv6: Add callbacks declarations to get access to IPv6 variables

2022-09-12 Thread Ramon Fried
On Thu, Sep 8, 2022 at 2:59 PM Viacheslav Mitrofanov wrote: > > Set up callbacks for main IPv6 variables ip6add, serverip6, gatewayip6 > and set options to them in flag file. These variables are often set up by > users. > > Signed-off-by: Viacheslav Mitrofanov > Reviewed-by: Simon Glass > --- >

Re: [PATCH 03/17] net: ipv6: Add callbacks declarations to get access to IPv6 variables

2022-09-12 Thread Ramon Fried
On Tue, Sep 6, 2022 at 6:10 PM Viacheslav Mitrofanov wrote: > > Set up callbacks for main IPv6 variables ip6add, serverip6, gatewayip6 > and set options to them in flag file. These variables are often set up by > users. > > Signed-off-by: Viacheslav Mitrofanov > --- > include/env_callback.h |

[PATCH 03/17] net: ipv6: Add callbacks declarations to get access to IPv6 variables

2022-09-08 Thread Viacheslav Mitrofanov
Set up callbacks for main IPv6 variables ip6add, serverip6, gatewayip6 and set options to them in flag file. These variables are often set up by users. Signed-off-by: Viacheslav Mitrofanov Reviewed-by: Simon Glass --- include/env_callback.h | 10 ++ include/env_flags.h| 10

Re: [PATCH 03/17] net: ipv6: Add callbacks declarations to get access to IPv6 variables

2022-09-07 Thread Simon Glass
Hi Viacheslav, On Tue, 6 Sept 2022 at 09:10, Viacheslav Mitrofanov wrote: > > Set up callbacks for main IPv6 variables ip6add, serverip6, gatewayip6 > and set options to them in flag file. These variables are often set up by > users. > > Signed-off-by: Viacheslav Mitrofanov > --- >

[PATCH 03/17] net: ipv6: Add callbacks declarations to get access to IPv6 variables

2022-09-06 Thread Viacheslav Mitrofanov
Set up callbacks for main IPv6 variables ip6add, serverip6, gatewayip6 and set options to them in flag file. These variables are often set up by users. Signed-off-by: Viacheslav Mitrofanov --- include/env_callback.h | 10 ++ include/env_flags.h| 10 ++ 2 files changed, 20

Re: [PATCH 03/17] net: ipv6: Add callbacks declarations to get access to IPv6 variables

2022-08-31 Thread Simon Glass
On Tue, 30 Aug 2022 at 07:00, Viacheslav Mitrofanov wrote: > > Set up callbacks for main IPv6 variables ip6add, serverip6, gatewayip6 > and set options to them in flag file. These variables are often set up by > users. > > Signed-off-by: Viacheslav Mitrofanov > --- > include/env_callback.h | 10

[PATCH 03/17] net: ipv6: Add callbacks declarations to get access to IPv6 variables

2022-08-30 Thread Viacheslav Mitrofanov
Set up callbacks for main IPv6 variables ip6add, serverip6, gatewayip6 and set options to them in flag file. These variables are often set up by users. Signed-off-by: Viacheslav Mitrofanov --- include/env_callback.h | 10 ++ include/env_flags.h| 10 ++ 2 files changed, 20