2016-12-23 16:52, Adrien Mazarguil: > A missing include causes the following compilation errors: > > error: use of undeclared identifier 'AF_INET' > error: use of undeclared identifier 'AF_INET6' > > Fixes: ef6e38550f07 ("app/testpmd: add items ipv4/ipv6 to flow command") > > Signed-off-by: Adrien Mazarguil <adrien.mazarg...@6wind.com>
As this error happens only on BSD, I've reworded the title: app/testpmd: fix flow command build on FreeBSD Applied, thanks