Addition of new module - ovs-driver, responsible for creating forwarding constructs... 76/52376/3
authorMarek Ryznar <marek.ryznar@amartus.com>
Mon, 13 Feb 2017 13:14:45 +0000 (14:14 +0100)
committerMarek Ryznar <marek.ryznar@amartus.com>
Wed, 1 Mar 2017 15:52:40 +0000 (16:52 +0100)
commit0f26e03fd56fbe986040cedd90f36849f9f13dc6
tree4577b734041172bd4039420818b98fc18cf66a4f
parent24cda75577b8162a41718f0fff73b83994f1dcf4
Addition of new module - ovs-driver,  responsible for creating forwarding constructs in Open vSwitch devices.

Developer's Certificate of Origin 1.1

        By making a contribution to this project, I certify that:

        (a) The contribution was created in whole or in part by me and I
            have the right to submit it under the open source license
            indicated in the file; or

        (b) The contribution is based upon previous work that, to the best
            of my knowledge, is covered under an appropriate open source
            license and I have the right under that license to submit that
            work with modifications, whether created in whole or in part
            by me, under the same open source license (unless I am
            permitted to submit under a different license), as indicated
            in the file; or

        (c) The contribution was provided directly to me by some other
            person who certified (a), (b) or (c) and I have not modified
            it.

        (d) I understand and agree that this project and the contribution
            are public and that a record of the contribution (including all
            personal information I submit with it, including my sign-off) is
            maintained indefinitely and may be redistributed consistent with
            this project or the open source license(s) involved.

Change-Id: Ieecc38e0716822932a2a61d5ed4125f4d82e0771
Signed-off-by: Marek Ryznar <marek.ryznar@amartus.com>
18 files changed:
artifacts/pom.xml
features/pom.xml
features/src/main/features/features.xml
ovs-driver/pom.xml [new file with mode: 0644]
ovs-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/ovs/activator/OvsActivator.java [new file with mode: 0644]
ovs-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/ovs/activator/OvsActivatorHelper.java [new file with mode: 0644]
ovs-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/ovs/driver/OvsDriver.java [new file with mode: 0644]
ovs-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/ovs/exception/VlanNotSetException.java [new file with mode: 0644]
ovs-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/ovs/exception/VlanPoolExhaustedException.java [new file with mode: 0644]
ovs-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/ovs/transaction/TableTransaction.java [new file with mode: 0644]
ovs-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/ovs/transaction/TopologyTransaction.java [new file with mode: 0644]
ovs-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/ovs/util/ActionUtils.java [new file with mode: 0644]
ovs-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/ovs/util/MatchUtils.java [new file with mode: 0644]
ovs-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/ovs/util/OpenFlowUtils.java [new file with mode: 0644]
ovs-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/ovs/util/VlanUtils.java [new file with mode: 0644]
ovs-driver/src/main/resources/org/opendaylight/blueprint/ovs-driver.xml [new file with mode: 0644]
pom.xml
presto-api/src/main/yang/mef-unimgr-ext.yang