[SDFAB-158] eNB not able to get IP through fabric
After subsequent calls to configureNetwork() we dont set
the onComplete handler and due to this the queue events
are never processed. Most of the times everything works
despite this evident bug because in the DeviceConfiguration
we parse in a greedy way all the netcfg. Sometimes this can
fail if all the netcfg is not immediately available.
Likely fix [SDFAB-113] SR sometimes does not create flows and groups
Change-Id: Iebfa9bf9b1cc29af112bf38895441cbac47c7774
1 file changed
tree: b6fc8d355adbf00945aa5469a99412fc798813f0
- .gitignore
- .gitreview
- CODE_OF_CONDUCT.md
- LICENSE.txt
- README.md
- api/
- app/
- impl/
- pom.xml
- web/
README.md
Trellis Control Application
Build
docker run -it --rm -v $HOME/.m2:/root/.m2 -v $PWD:/root/trellis-control -w /root/trellis-control maven:3.6.3-openjdk-11 mvn clean install
The OAR file can be located under app/target
Install
onos-app <ip>:<port> install! app/target/segmentrouting-app-<x.y.z>.oar