Integrate packethandler & arphandler with config subsystem. 00/10400/10
authorAlex Fan <railor33@gmail.com>
Wed, 27 Aug 2014 22:59:54 +0000 (15:59 -0700)
committerAlex Fan <railor33@gmail.com>
Wed, 3 Sep 2014 18:27:43 +0000 (11:27 -0700)
commit2a8f511b7bdb8ecbf765ffcc4af78aa0c44dec52
treea15e82ee04965fb1e0eeaf57c2dca0abe15e1ab4
parentbaa88047ec48d703bb8864d4cca9788341bc395a
Integrate packethandler & arphandler with config subsystem.

Change-Id: Ia43c2b349c47e07d97a36dd45373b1a2d8c0823a
Signed-off-by: Alex Fan <railor33@gmail.com>
24 files changed:
arphandler/config/pom.xml [new file with mode: 0644]
arphandler/config/src/main/resources/initial/54-arphandler.xml [new file with mode: 0644]
arphandler/implementation/pom.xml [new file with mode: 0644]
arphandler/implementation/src/main/java/org/opendaylight/l2switch/arphandler/core/ArpPacketHandler.java [moved from arphandler/src/main/java/org/opendaylight/l2switch/arphandler/core/ArpPacketHandler.java with 100% similarity]
arphandler/implementation/src/main/java/org/opendaylight/l2switch/arphandler/core/PacketDispatcher.java [moved from arphandler/src/main/java/org/opendaylight/l2switch/arphandler/core/PacketDispatcher.java with 100% similarity]
arphandler/implementation/src/main/java/org/opendaylight/l2switch/arphandler/core/ProactiveFloodFlowWriter.java [moved from arphandler/src/main/java/org/opendaylight/l2switch/arphandler/core/ProactiveFloodFlowWriter.java with 93% similarity]
arphandler/implementation/src/main/java/org/opendaylight/l2switch/arphandler/flow/InitialFlowWriter.java [moved from arphandler/src/main/java/org/opendaylight/l2switch/arphandler/flow/InitialFlowWriter.java with 93% similarity]
arphandler/implementation/src/main/java/org/opendaylight/l2switch/arphandler/inventory/InventoryReader.java [moved from arphandler/src/main/java/org/opendaylight/l2switch/arphandler/inventory/InventoryReader.java with 100% similarity]
arphandler/implementation/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/packet/arp/handler/impl/rev140528/ArpHandlerModule.java [new file with mode: 0644]
arphandler/implementation/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/packet/arp/handler/impl/rev140528/ArpHandlerModuleFactory.java [new file with mode: 0644]
arphandler/implementation/src/main/yang/arp-handler-impl.yang [new file with mode: 0644]
arphandler/pom.xml
arphandler/src/main/java/org/opendaylight/l2switch/arphandler/ArpHandlerProvider.java [deleted file]
distribution/base/pom.xml
features/src/main/resources/features.xml
packethandler/config/pom.xml [new file with mode: 0644]
packethandler/config/src/main/resources/initial/50-packethandler.xml [new file with mode: 0644]
packethandler/implementation/pom.xml
packethandler/implementation/src/main/java/org/opendaylight/l2switch/packethandler/PacketHandlerProvider.java [deleted file]
packethandler/implementation/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/packet/packet/handler/impl/rev140528/PacketHandlerModule.java [new file with mode: 0644]
packethandler/implementation/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/packet/packet/handler/impl/rev140528/PacketHandlerModuleFactory.java [new file with mode: 0644]
packethandler/implementation/src/main/yang/packet-handler-impl.yang [new file with mode: 0644]
packethandler/pom.xml
parent/pom.xml