public interface BestPathState
Modifier and Type | Method and Description |
---|---|
int |
getAsPathLength() |
@NonNull Attributes |
getAttributes() |
@Nullable Long |
getLocalPref() |
long |
getMultiExitDisc() |
@Nullable BgpOrigin |
getOrigin() |
long |
getPeerAs() |
boolean |
isDepreferenced()
Return true if this route is depreferenced, for example through LLGR_STALE community.
|
@Nullable Long getLocalPref()
long getMultiExitDisc()
@Nullable BgpOrigin getOrigin()
long getPeerAs()
int getAsPathLength()
boolean isDepreferenced()
@NonNull Attributes getAttributes()
Copyright © 2020 OpenDaylight. All rights reserved.