On 2019/5/17 下午9:47, Stefano Garzarella wrote:
This series contains some clean ups in net/net.c
The patch 1 solves an assertion failure when ipv6-prefixlen is not a number,
Following the Markus' advice, I modified the parsing of IPv6 prefix
(patch 2) and IPv4 host:port (patch 3). Then I remov
Ping.
Thanks,
Stefano
On Fri, May 17, 2019 at 3:51 PM Stefano Garzarella wrote:
>
> This series contains some clean ups in net/net.c
>
> The patch 1 solves an assertion failure when ipv6-prefixlen is not a number,
>
> Following the Markus' advice, I modified the parsing of IPv6 prefix
> (patch 2
This series contains some clean ups in net/net.c
The patch 1 solves an assertion failure when ipv6-prefixlen is not a number,
Following the Markus' advice, I modified the parsing of IPv6 prefix
(patch 2) and IPv4 host:port (patch 3). Then I removed the get_str_sep()
function (patch 4) because it