This structure represents an External Route configuration.
Public Attributes#
The IPv6 prefix.
uint16_t
The border router's RLOC16 (value ignored on config add).
signed int
A 2-bit signed int preference (OT_ROUTE_PREFERENCE_*
values).
bool
Whether this is a NAT64 prefix.
bool
Whether this configuration is considered Stable Network Data.
bool
Whether the next hop is this device (value ignored on config add).
Public Attribute Documentation#
mRloc16#
uint16_t otExternalRouteConfig::mRloc16
The border router's RLOC16 (value ignored on config add).
mPreference#
signed int otExternalRouteConfig::mPreference
A 2-bit signed int preference (OT_ROUTE_PREFERENCE_*
values).
mStable#
bool otExternalRouteConfig::mStable
Whether this configuration is considered Stable Network Data.
mNextHopIsThisDevice#
bool otExternalRouteConfig::mNextHopIsThisDevice
Whether the next hop is this device (value ignored on config add).