sdn-ip reactive routing

   This module can handle 3 cases:
   (1) one host wants to talk to another host, both two hosts are in SDN network.
   (2) one host in SDN network wants to talk to another host in Internet.
   (3) one host from Internet wants to talk to another host in SDN network.
   In all cases, we use MultiPointToSinglePointIntent.

Change-Id: I80dd954bd608e52b45b993f3c27e67636a7105d9
diff --git a/features/features.xml b/features/features.xml
index fb76afd..7e4ebbd 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -188,6 +188,12 @@
         <bundle>mvn:org.onosproject/onos-app-optical/@ONOS-VERSION</bundle>
     </feature>
 
+    <feature name="onos-app-reactive-routing" version="@FEATURE-VERSION"
+             description="ONOS SDN/IP reactive routing">
+        <feature>onos-app-sdnip</feature>
+        <bundle>mvn:org.onosproject/onos-app-reactive-routing/@ONOS-VERSION</bundle>
+    </feature>
+
     <feature name="onos-app-sdnip" version="@FEATURE-VERSION"
              description="SDN-IP peering application">
         <feature>onos-api</feature>