public final class MultiPathSupportImpl extends Object implements MultiPathSupport
| Modifier and Type | Method and Description |
|---|---|
static MultiPathSupport |
createParserMultiPathSupport(List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.add.path.capability.AddressFamilies> addPathCapabilities)
Creates instance of
MultiPathSupport holder to be used
as a parser constraint, hence only "send" add-path capabilities are
taken into the account. |
boolean |
isTableTypeSupported(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.BgpTableType tableType)
Check if requested AFI/SAFI is supported.
|
public static MultiPathSupport createParserMultiPathSupport(@Nonnull List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.add.path.capability.AddressFamilies> addPathCapabilities)
MultiPathSupport holder to be used
as a parser constraint, hence only "send" add-path capabilities are
taken into the account.addPathCapabilities - The remote add-path capabilities list.public boolean isTableTypeSupported(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.BgpTableType tableType)
MultiPathSupportisTableTypeSupported in interface MultiPathSupporttableType - Table type to checkCopyright © 2019 OpenDaylight. All rights reserved.