examples/ip_pipeline: rework firewall pipeline
authorDaniel Mrzyglod <danielx.t.mrzyglod@intel.com>
Tue, 7 Jul 2015 08:09:33 +0000 (10:09 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 9 Jul 2015 15:25:46 +0000 (17:25 +0200)
commite1597e568edd0acba367a5d1b2540ac48953ce08
treee96fa0b3823da786ab80c25b13b4261ded8309ba
parent947024a26df7cd91290f8ef8af63ec6210a13af4
examples/ip_pipeline: rework firewall pipeline

Firewall pipeline implementation is split to two files.
pipeline_firewall.c file handles front-end functions (cli commands
parsing) pipeline_firewall_ops.c contains implementation of functions
done by pipeline (back-end).

Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
examples/ip_pipeline/Makefile
examples/ip_pipeline/init.c
examples/ip_pipeline/pipeline/pipeline_firewall.c
examples/ip_pipeline/pipeline/pipeline_firewall.h [new file with mode: 0644]
examples/ip_pipeline/pipeline/pipeline_firewall_be.c [new file with mode: 0644]
examples/ip_pipeline/pipeline/pipeline_firewall_be.h [new file with mode: 0644]