>
> At 2017-11-17 19:23:30, "Frediano Ziglio" wrote:
> >>
> >> From: Chen Hanxiao
> >>
> >> We bind our listen address to in6addr_any, which may be
> >> unsecure with multi network cards that belong to
> >> internal or external networks.
> >>
> >> This patch introduces option -4 and -6 to bin
At 2017-11-17 19:23:30, "Frediano Ziglio" wrote:
>>
>> From: Chen Hanxiao
>>
>> We bind our listen address to in6addr_any, which may be
>> unsecure with multi network cards that belong to
>> internal or external networks.
>>
>> This patch introduces option -4 and -6 to bind a specific
>> add
>
> From: Chen Hanxiao
>
> We bind our listen address to in6addr_any, which may be
> unsecure with multi network cards that belong to
> internal or external networks.
>
> This patch introduces option -4 and -6 to bind a specific
> address.
>
> Signed-off-by: Chen Hanxiao
> ---
> v2:
> repla
Hi
- Original Message -
> From: Chen Hanxiao
>
> We bind our listen address to in6addr_any, which may be
> unsecure with multi network cards that belong to
> internal or external networks.
>
> This patch introduces option -4 and -6 to bind a specific
> address.
>
> Signed-off-by: Chen
From: Chen Hanxiao
We bind our listen address to in6addr_any, which may be
unsecure with multi network cards that belong to
internal or external networks.
This patch introduces option -4 and -6 to bind a specific
address.
Signed-off-by: Chen Hanxiao
---
v2:
replace strerror with perror
fix