On Fri, Aug 17, 2018 at 9:29 AM, Stephen Hemminger
wrote:
> On Wed, 15 Aug 2018 16:08:55 -0700
> Mahesh Bandewar wrote:
>
>> From: Mahesh Bandewar
>>
>> When creating socket() AF_INET is used irrespective of the family
>> that is given at the command-line (with -4, -6, or -0). This change
>> wil
On Wed, 15 Aug 2018 16:08:55 -0700
Mahesh Bandewar wrote:
> From: Mahesh Bandewar
>
> When creating socket() AF_INET is used irrespective of the family
> that is given at the command-line (with -4, -6, or -0). This change
> will open the socket with the preferred family.
>
> Signed-off-by: Mah
From: Mahesh Bandewar
When creating socket() AF_INET is used irrespective of the family
that is given at the command-line (with -4, -6, or -0). This change
will open the socket with the preferred family.
Signed-off-by: Mahesh Bandewar
---
ip/ipmaddr.c | 13 -
1 file changed, 12 ins