cmdline: standardize conversion of IP address strings spdx-start
authorOlivier Matz <olivier.matz@6wind.com>
Fri, 26 Jan 2018 08:58:33 +0000 (09:58 +0100)
committerOlivier Matz <olivier.matz@6wind.com>
Fri, 26 Jan 2018 10:25:16 +0000 (11:25 +0100)
commitf2856b1a0e09b79fa86aee7d41c65c640fa49a39
tree86cffe20993c9b85c750221afa3aef7184bc5bdc
parentaf50d8b2df4fd62ccf092297ee3134d972df88e1
cmdline: standardize conversion of IP address strings

The code to convert IPv4 and IPv6 address strings into a binary format
(inet_ntop) was included in the cmdline library. This was needed when
the DPDK was compiled in environments where the standard inet_ntop()
function is not available. Today, this is not the case and the standard
inet_ntop() is always available.

This patch removes the internal inet_ntop() functions and the specific
license.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
lib/librte_cmdline/cmdline_parse_ipaddr.c