Re: [OE-core] busybox: udhcpc: fix IPv6 support when using udhcpc

2020-06-17 Thread Stefan Agner
On 2020-06-16 11:50, Quentin Schulz wrote: > Hi all, > > On Wed, Jan 22, 2020 at 11:06:55AM +0100, Quentin Schulz wrote: >> > > The reason why I didn't bother to send a patch to busybox before pinging >> > > on this patch was that we're already different from the upstream >> > > simple.script >>

Re: [OE-core] busybox: udhcpc: fix IPv6 support when using udhcpc

2020-06-16 Thread Quentin Schulz
Hi all, On Wed, Jan 22, 2020 at 11:06:55AM +0100, Quentin Schulz wrote: > > > The reason why I didn't bother to send a patch to busybox before pinging > > > on this patch was that we're already different from the upstream > > > simple.script > > > so it didn't make sense to me to add the Upstream

Re: [OE-core] busybox: udhcpc: fix IPv6 support when using udhcpc

2020-01-22 Thread Quentin Schulz
Hi Khem, On Tue, Jan 21, 2020 at 10:08:59AM -0800, Khem Raj wrote: > On Tue, Jan 21, 2020 at 1:23 AM Quentin Schulz > wrote: > > > > Hi Khem, > > > > On Mon, Jan 20, 2020 at 11:26:27AM -0800, Khem Raj wrote: > > > > Just checked, we still override that script in our layer, so definitely > > > > w

Re: [OE-core] busybox: udhcpc: fix IPv6 support when using udhcpc

2020-01-21 Thread Khem Raj
On Tue, Jan 21, 2020 at 1:23 AM Quentin Schulz wrote: > > Hi Khem, > > On Mon, Jan 20, 2020 at 11:26:27AM -0800, Khem Raj wrote: > > > Just checked, we still override that script in our layer, so definitely > > > would be happy if this gets merged upstream so I can get rid of our > > > custom scri

Re: [OE-core] busybox: udhcpc: fix IPv6 support when using udhcpc

2020-01-21 Thread Quentin Schulz
Hi Khem, On Mon, Jan 20, 2020 at 11:26:27AM -0800, Khem Raj wrote: > > Just checked, we still override that script in our layer, so definitely > > would be happy if this gets merged upstream so I can get rid of our > > custom script downstream. > > > > I think this is good to go got OE-core, but

Re: [OE-core] busybox: udhcpc: fix IPv6 support when using udhcpc

2020-01-20 Thread Khem Raj
On 1/20/20 4:57 AM, Stefan Agner wrote: On 2020-01-20 13:32, Quentin Schulz wrote: Hi all, On Mon, Jan 13, 2020 at 03:57:31PM +0100, Quentin Schulz wrote: Hi all, On Mon, May 14, 2018 at 04:44:15PM +0200, Stefan Agner wrote: From: Stefan Agner The udhcpc script calls ip addr flush .. which

Re: [OE-core] busybox: udhcpc: fix IPv6 support when using udhcpc

2020-01-20 Thread Stefan Agner
On 2020-01-20 13:32, Quentin Schulz wrote: > Hi all, > > On Mon, Jan 13, 2020 at 03:57:31PM +0100, Quentin Schulz wrote: >> Hi all, >> >> On Mon, May 14, 2018 at 04:44:15PM +0200, Stefan Agner wrote: >> > From: Stefan Agner >> > >> > The udhcpc script calls ip addr flush .. which flushes addresse

Re: [OE-core] busybox: udhcpc: fix IPv6 support when using udhcpc

2020-01-20 Thread Quentin Schulz
Hi all, On Mon, Jan 13, 2020 at 03:57:31PM +0100, Quentin Schulz wrote: > Hi all, > > On Mon, May 14, 2018 at 04:44:15PM +0200, Stefan Agner wrote: > > From: Stefan Agner > > > > The udhcpc script calls ip addr flush .. which flushes addresses > > of any address family, including IPv6. However,

Re: [OE-core] busybox: udhcpc: fix IPv6 support when using udhcpc

2020-01-13 Thread Quentin Schulz
Hi all, On Mon, May 14, 2018 at 04:44:15PM +0200, Stefan Agner wrote: > From: Stefan Agner > > The udhcpc script calls ip addr flush .. which flushes addresses > of any address family, including IPv6. However, busybox udhcpc is > IPv4 only and should not influence IPv6 addressing. Hence use ip >