otExternalRouteConfig
#include <netdata.h>
Represents an External Route configuration.
Summary
Public attributes |
|
---|---|
mAdvPio
|
bool
Whether or not BR is advertising a ULA prefix in PIO (AP flag).
|
mNat64
|
bool
Whether this is a NAT64 prefix.
|
mNextHopIsThisDevice
|
bool
Whether the next hop is this device (value ignored on config add).
|
mPreference
|
signed int
A 2-bit signed int preference (
OT_ROUTE_PREFERENCE_* values). |
mPrefix
|
The IPv6 prefix.
|
mRloc16
|
uint16_t
The border router's RLOC16 (value ignored on config add).
|
mStable
|
bool
Whether this configuration is considered Stable Network Data.
|
Public attributes
mAdvPio
bool otExternalRouteConfig::mAdvPio
Whether or not BR is advertising a ULA prefix in PIO (AP flag).
mNat64
bool otExternalRouteConfig::mNat64
Whether this is a NAT64 prefix.
mNextHopIsThisDevice
bool otExternalRouteConfig::mNextHopIsThisDevice
Whether the next hop is this device (value ignored on config add).
mPreference
signed int otExternalRouteConfig::mPreference
A 2-bit signed int preference (OT_ROUTE_PREFERENCE_*
values).
mRloc16
uint16_t otExternalRouteConfig::mRloc16
The border router's RLOC16 (value ignored on config add).
mStable
bool otExternalRouteConfig::mStable
Whether this configuration is considered Stable Network Data.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.