examples/ip_pipeline: use POSIX network address conversion
authorIbtisam Tariq <ibtisam.tariq@emumba.com>
Mon, 13 Jul 2020 09:57:29 +0000 (09:57 +0000)
committerDavid Marchand <david.marchand@redhat.com>
Fri, 23 Oct 2020 09:01:51 +0000 (11:01 +0200)
commit03ef8c1b6b0db7cb666a4656c0c493330e217fb3
tree807d2bdcc289e504e60ae95dbd8a7ef5d05ad003
parent4a91344b5e06081f8e2254266bb469489f6633d8
examples/ip_pipeline: use POSIX network address conversion

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

Bugzilla ID: 365
Fixes: ed7a0490f7e2 ("examples/ip_pipeline: add string parsing helpers")

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>
examples/ip_pipeline/parser.c