SONA: openstackSwitching
- Added event handlers (DEVICE_XX, PORT_XXX) and tested with mininet
- Added default flow rule setup for ARP and DHCP
- Added neutron network API handler
- Added the feature to populate flow rules for the same subnet
- Added the feature to populate flow rules for VMs in other Cnode using Nicira ext.
- Modified the directory structure
- Fixed nicira ext handling logic
- Fixed neutron network API handler
- Added the tenant isolation feature by checking the source IP address
Change-Id: I076d21f3c90f458727e33cb36b47d9b14ccfd68f
diff --git a/apps/pom.xml b/apps/pom.xml
index 9821073..005052f 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -13,10 +13,7 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -60,6 +57,7 @@
<module>igmp</module>
<module>pim</module>
<module>mlb</module>
+ <module>openstackswitching</module>
</modules>
<properties>