examples/ip_pipeline: rework routing CLI
authorPiotr Azarewicz <piotrx.t.azarewicz@intel.com>
Wed, 8 Jun 2016 10:35:24 +0000 (12:35 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 8 Jun 2016 14:45:05 +0000 (16:45 +0200)
commitccbb3dbde095daf48b1a162e50b762122d36d69c
tree24b27919930842ae6ef01aa5f518728d9223309f
parent816a3db6521e45daff0951b7288c8ece71a77c83
examples/ip_pipeline: rework routing CLI

Several routing commands are merged into two commands:
route and arp - these two commands are handled by cli library.
Rest of the commands are handled internaly by the pipeline code.

Signed-off-by: Piotr Azarewicz <piotrx.t.azarewicz@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
examples/ip_pipeline/config/l2fwd.cfg
examples/ip_pipeline/config/l3fwd.cfg
examples/ip_pipeline/config/l3fwd.sh
examples/ip_pipeline/config/l3fwd_arp.cfg [new file with mode: 0644]
examples/ip_pipeline/config/l3fwd_arp.sh [new file with mode: 0644]
examples/ip_pipeline/pipeline/pipeline_routing.c