| Package | Description |
|---|---|
| org.onosproject.ospf.controller.impl |
Implementation of the OSPF controller.
|
| Modifier and Type | Method and Description |
|---|---|
OspfEligibleRouter |
OspfInterfaceChannelHandler.electBdr(List<OspfEligibleRouter> eligibleRouters)
Based on router priority assigns BDR.
|
OspfEligibleRouter |
OspfInterfaceChannelHandler.electDr(List<OspfEligibleRouter> eligibleRouters,
OspfEligibleRouter electedBdr)
DR Election process.
|
OspfEligibleRouter |
OspfInterfaceChannelHandler.selectRouterBasedOnPriority(List<OspfEligibleRouter> routersList)
DR election process.
|
| Modifier and Type | Method and Description |
|---|---|
List<OspfEligibleRouter> |
OspfInterfaceChannelHandler.calculateListOfEligibleRouters(OspfEligibleRouter electedDr)
BDR Election process.
|
| Modifier and Type | Method and Description |
|---|---|
List<OspfEligibleRouter> |
OspfInterfaceChannelHandler.calculateListOfEligibleRouters(OspfEligibleRouter electedDr)
BDR Election process.
|
OspfEligibleRouter |
OspfInterfaceChannelHandler.electDr(List<OspfEligibleRouter> eligibleRouters,
OspfEligibleRouter electedBdr)
DR Election process.
|
| Modifier and Type | Method and Description |
|---|---|
OspfEligibleRouter |
OspfInterfaceChannelHandler.electBdr(List<OspfEligibleRouter> eligibleRouters)
Based on router priority assigns BDR.
|
OspfEligibleRouter |
OspfInterfaceChannelHandler.electDr(List<OspfEligibleRouter> eligibleRouters,
OspfEligibleRouter electedBdr)
DR Election process.
|
OspfEligibleRouter |
OspfInterfaceChannelHandler.selectRouterBasedOnPriority(List<OspfEligibleRouter> routersList)
DR election process.
|
Copyright © 2016. All rights reserved.