Re: [PATCH] /etc/netstart: autoconfigure the interfaces given in argv

2015-09-11 Thread Stuart Henderson
On 2015/09/11 04:37, Delan Azabani wrote: > I've written a patch to ensure that /etc/netstart executes ifconfig > inet6 autoconf, even when interfaces are specified as arguments. I've tried various combinations with the current code and haven't run into a case where it fails. Can you show an

Re: [PATCH] /etc/netstart: autoconfigure the interfaces given in argv

2015-09-11 Thread Stuart Henderson
On 2015/09/11 19:54, Delan Azabani wrote: > On Fri, Sep 11, 2015 at 7:43 PM, Stuart Henderson wrote: > > I've tried various combinations with the current code and haven't run > > into a case where it fails. Can you show an example of how to trigger a > > failure? > > The first

Re: [PATCH] /etc/netstart: autoconfigure the interfaces given in argv

2015-09-11 Thread Delan Azabani
On Fri, Sep 11, 2015 at 7:43 PM, Stuart Henderson wrote: > I've tried various combinations with the current code and haven't run > into a case where it fails. Can you show an example of how to trigger a > failure? The first /etc/netstart invocation below shows how specifying

[PATCH] /etc/netstart: autoconfigure the interfaces given in argv

2015-09-10 Thread Delan Azabani
I've written a patch to ensure that /etc/netstart executes ifconfig inet6 autoconf, even when interfaces are specified as arguments. I've updated my patch for revision 1.153 of /etc/netstart from the revision 1.144 that my original patch was based on. To the best of my judgement, this patch will