examples/l3fwd: set CLI back to Unix style
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 11 Dec 2017 23:12:58 +0000 (15:12 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 15 Jan 2018 17:40:09 +0000 (18:40 +0100)
commitc53a5faf7e337ab562157b238c004e00516a09f4
tree7d977507ed32360cca075794219e1b4244f939fe
parent0b0ceb98dbab44379ee1ca6c26767a33bc4460a5
examples/l3fwd: set CLI back to Unix style

The l3fwd program became chatty, and the code looks cluttered in
recent versions. DPDK programs should try for Unix (not VMS) style
and not print messages for the options user selected. Also, errors should
be printed on stderr. To make it easier to find code matching error
messages; error strings should be placed in situ rather than saved
as string vaiables.

Fixes: 268888b5b020 ("examples/l3fwd: modularize")

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
examples/l3fwd/main.c