commit | 83744b7572d30eca01bd122c798a9e9e5bd9353e | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Thu Apr 09 13:56:45 2020 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Mon Apr 13 14:32:10 2020 -0400 |
tree | f96aa777e9c591efa3ffc7ebfcc3d8bd9c51aacf | |
parent | b970a7b46fac32e626acfa23b1e2de9b22da7ff7 [diff] |
Add special handling for BGP RouteDistinguisher Add special case code in MdsalHelper for BGP RouteDistinguisher class - a custom class implemented by OpenDaylight that does NOT follow the pattern of data object classes generated from Yang models by Yangtools Note: this depends on the following ccsdk/parent change to add OpenDaylight BGP dependencies to the dependencyManagement section of our parent poms: https://gerrit.onap.org/r/c/ccsdk/parent/+/105774 Change-Id: Ifebd03091d9ed9225e37c7242ecf7810abca1feb Issue-ID: CCSDK-2307 Signed-off-by: Dan Timoney <dtimoney@att.com>
This source repository contains the code for the core SDN Controller components. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.
To compile, run "mvn clean install".