examples/l3fwd: make lookup struct static
authorStephen Hemminger <stephen@networkplumber.org>
Sun, 26 Jan 2020 01:09:09 +0000 (17:09 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 16 Feb 2020 20:07:45 +0000 (21:07 +0100)
commit63e5e1f902b7f4d3f40a7bb2823d92f3e1e8ce9c
tree516788a3d3816d57f7b456e4a08e0cda32df4616
parentd82927d2f81dd5acf9b900e4d8b54d30b2edb006
examples/l3fwd: make lookup struct static

The lookup structure is only used in the lpm code and does
not have to be global.

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