net/softnic: use POSIX network address conversion
authorIbtisam Tariq <ibtisam.tariq@emumba.com>
Mon, 13 Jul 2020 09:57:28 +0000 (09:57 +0000)
committerDavid Marchand <david.marchand@redhat.com>
Fri, 23 Oct 2020 09:01:25 +0000 (11:01 +0200)
commit4a91344b5e06081f8e2254266bb469489f6633d8
treec877bdcb69bcb7dd066caa3c56f1eed67affb6e4
parent50ee0c2d0a8b1ad889de589228be9c2c7a056a76
net/softnic: use POSIX network address conversion

inet_pton4 and inet_pton6 was reimplemented. Replace implementation of
inet_pton4 and inet_pton6 with libc inet_pton function

Bugzilla ID: 365
Fixes: 31ce8d888625 ("net/softnic: add command interface")

Reported-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Ibtisam Tariq <ibtisam.tariq@emumba.com>
Acked-by: David Marchand <david.marchand@redhat.com>
drivers/net/softnic/parser.c