BgpManager Initial commit 93/17893/1
authorManisha Malla <manisha.malla@ericsson.com>
Wed, 8 Apr 2015 06:36:44 +0000 (12:06 +0530)
committerManisha Malla <manisha.malla@ericsson.com>
Wed, 8 Apr 2015 06:37:48 +0000 (12:07 +0530)
commite9c4ab6e5e6b53961c3189efe2aff48f2908055c
treecb0a4421e2592b31288bb5aecf20390847139a4d
parent2bfbbe0cf9942ff975dc82fc298c603fd9cef6a6
BgpManager Initial commit

Signed-off-by: Manisha Malla <manisha.malla@ericsson.com>
Change-Id: I829d6fff714610082f0b168eda5e05465acb4084
28 files changed:
bgpmanager/bgpmanager-api/pom.xml [new file with mode: 0644]
bgpmanager/bgpmanager-api/src/main/java/org.opendaylight.bgpmanager.api/IBgpManager.java [new file with mode: 0644]
bgpmanager/bgpmanager-impl/pom.xml [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/config/default-config.xml [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/AbstractDataChangeListener.java [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/BgpConfigurationManager.java [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/BgpManager.java [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/globals/BgpConfiguration.java [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/globals/BgpConstants.java [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/thrift/api-files/qbgp.thrift [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/thrift/client/globals/Route.java [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/thrift/client/implementation/BgpRouter.java [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/thrift/client/implementation/BgpSyncHandle.java [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/thrift/common/Constants.java [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/thrift/exceptions/BgpRouterException.java [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/thrift/gen/BgpConfigurator.java [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/thrift/gen/BgpUpdater.java [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/thrift/gen/Routes.java [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/thrift/gen/Update.java [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/thrift/server/implementation/BgpThriftService.java [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/thrift/server/implementation/BgpUpdateHandler.java [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/bgpmanager/impl/rev150326/BgpManagerImplModule.java [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/bgpmanager/impl/rev150326/BgpManagerImplModuleFactory.java [new file with mode: 0644]
bgpmanager/bgpmanager-impl/src/main/yang/bgpmanager-impl.yang [new file with mode: 0644]
bgpmanager/pom.xml [new file with mode: 0644]
features/pom.xml
features/src/main/features/features.xml
pom.xml