public final class MultiPathSupportImpl extends Object implements MultiPathSupport
| Modifier and Type | Method and Description |
|---|---|
static MultiPathSupport |
createParserMultiPathSupport(List<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(BgpTableType tableType)
Check if requested AFI/SAFI is supported.
|
public static MultiPathSupport createParserMultiPathSupport(@Nonnull List<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(BgpTableType tableType)
MultiPathSupportisTableTypeSupported in interface MultiPathSupportCopyright © 2019 OpenDaylight. All rights reserved.