Skip edge port disabling logic when the setup has only a pair of leaves
The mechanism was originally introduced to signal dual-homed hosts to send traffic via another leaf when a leaf doesn't have any uplink
by disable edge ports.
This logic is no longer applicable in a setup with only a pair of leaves.
Change-Id: I0c00e866422c7104c76388f5a913eb35acc026ba
5 files changed
tree: 28ca2e2b4b6dbf7a1671bc277ce291ee1673cb0c
- .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