pathAttributes property
BGPPathAttributes
get
pathAttributes
Gets the path attributes object
Implementation
BGPPathAttributes get pathAttributes => BGPPathAttributes(
asPathLength: asPathLength,
asPath: asPath,
origin: _originToInt(origin),
localPreference: localPreference,
med: med,
communities: communities,
);