Implemented control plane redirect for control traffic.

Modified SoftRouterPipeline to support new flow objectives.

Change-Id: Ia93bc927832444ba1f7cf20b276e4866789c9d30
diff --git a/apps/vrouter/src/main/java/org/onosproject/vrouter/Vrouter.java b/apps/vrouter/src/main/java/org/onosproject/vrouter/Vrouter.java
index 6c884e9..85f1517 100644
--- a/apps/vrouter/src/main/java/org/onosproject/vrouter/Vrouter.java
+++ b/apps/vrouter/src/main/java/org/onosproject/vrouter/Vrouter.java
@@ -51,6 +51,7 @@
             .add("org.onosproject.routing.fpm.FpmManager")
             .add("org.onosproject.routing.impl.Router")
             .add("org.onosproject.routing.impl.SingleSwitchFibInstaller")
+            .add("org.onosproject.routing.impl.ControlPlaneRedirectManager")
             .build();
 
     @Activate