Consolidate test/debug flatl2 network manager into a single bundle. 75/3775/1
authorSuchi Raman <suchi.raman@plexxi.com>
Mon, 16 Dec 2013 22:07:06 +0000 (17:07 -0500)
committerSuchi Raman <suchi.raman@plexxi.com>
Mon, 16 Dec 2013 22:07:06 +0000 (17:07 -0500)
commit0b4754bcb3c9a57a893551f46806851b9d888bbe
treef77939be45ecbb52fe801d83d83d0101d9e368c2
parenta571e933e84feae9759f91acbe1dbe5eee341c21
Consolidate test/debug flatl2 network manager into a single bundle.
Signed-off-by: Suchi Raman <suchi.raman@plexxi.com>
12 files changed:
flatl2/northbound/enunciate.xml [new file with mode: 0644]
flatl2/northbound/pom.xml [new file with mode: 0644]
flatl2/northbound/src/main/java/org/opendaylight/affinity/flatl2/northbound/FlatL2Northbound.java [new file with mode: 0644]
flatl2/northbound/src/main/java/org/opendaylight/affinity/flatl2/northbound/FlatL2NorthboundRSApplication.java [new file with mode: 0644]
flatl2/northbound/src/main/resources/META-INF/spring.factories [new file with mode: 0644]
flatl2/northbound/src/main/resources/META-INF/spring.handlers [new file with mode: 0644]
flatl2/northbound/src/main/resources/META-INF/spring.schemas [new file with mode: 0644]
flatl2/northbound/src/main/resources/META-INF/spring.tooling [new file with mode: 0644]
flatl2/northbound/src/main/resources/WEB-INF/web.xml [new file with mode: 0644]
flatl2/pom.xml [new file with mode: 0644]
flatl2/src/main/java/org/opendaylight/affinity/flatl2/Activator.java [new file with mode: 0644]
flatl2/src/main/java/org/opendaylight/affinity/flatl2/FlatL2AffinityImpl.java [new file with mode: 0644]