X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Finit.c;h=241d80a3b7c27cc997cfa931043bf932dfc542ba;hb=ab3cd2be78fe84fcca895b051e069b3cc4fef6ad;hp=73b93d77ffdb1e9050f6849baf17db985e001e62;hpb=411a5df91da6a9fbdcda1267697d84e44736c98d;p=dpdk.git diff --git a/examples/ip_pipeline/init.c b/examples/ip_pipeline/init.c index 73b93d77ff..241d80a3b7 100644 --- a/examples/ip_pipeline/init.c +++ b/examples/ip_pipeline/init.c @@ -29,7 +29,6 @@ #include "pipeline_firewall.h" #include "pipeline_flow_classification.h" #include "pipeline_flow_actions.h" -#include "pipeline_routing.h" #include "thread_fe.h" #define APP_NAME_SIZE 32 @@ -1824,7 +1823,6 @@ int app_init(struct app_params *app) app_pipeline_type_register(app, &pipeline_flow_classification); app_pipeline_type_register(app, &pipeline_flow_actions); app_pipeline_type_register(app, &pipeline_firewall); - app_pipeline_type_register(app, &pipeline_routing); app_init_pipelines(app); app_init_threads(app);