Committed by
Gerrit Code Review
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
Showing
14 changed files
with
1328 additions
and
4 deletions
apps/openstackswitching/pom.xml
0 → 100644
apps/openstackswitching/src/main/java/org/onosproject/openstackswitching/OpenstackArpHandler.java
0 → 100644
apps/openstackswitching/src/main/java/org/onosproject/openstackswitching/OpenstackDhcpHandler.java
0 → 100644
apps/openstackswitching/src/main/java/org/onosproject/openstackswitching/OpenstackNetwork.java
0 → 100644
apps/openstackswitching/src/main/java/org/onosproject/openstackswitching/OpenstackPort.java
0 → 100644
This diff is collapsed. Click to expand it.
apps/openstackswitching/src/main/java/org/onosproject/openstackswitching/web/OpenstackPortCodec.java
0 → 100644
-
Please register or login to post a comment