Represents a Border Router configuration.
Public Attributes#
The IPv6 prefix.
A 2-bit signed int preference (OT_ROUTE_PREFERENCE_*
values).
Whether prefix is preferred.
Whether prefix can be used for address auto-configuration (SLAAC).
Whether border router is DHCPv6 Agent.
Whether DHCPv6 Agent supplying other config data.
Whether border router is a default router for prefix.
Whether this prefix is considered on-mesh.
Whether this configuration is considered Stable Network Data.
Whether this border router can supply DNS information via ND.
Whether prefix is a Thread Domain Prefix (added since Thread 1.2).
The border router's RLOC16 (value ignored on config add).
Public Attribute Documentation#
mPrefix#
otIp6Prefix otBorderRouterConfig::mPrefix
The IPv6 prefix.
61
of file include/openthread/netdata.h
mPreference#
signed int otBorderRouterConfig::mPreference
A 2-bit signed int preference (OT_ROUTE_PREFERENCE_*
values).
62
of file include/openthread/netdata.h
mPreferred#
bool otBorderRouterConfig::mPreferred
Whether prefix is preferred.
63
of file include/openthread/netdata.h
mSlaac#
bool otBorderRouterConfig::mSlaac
Whether prefix can be used for address auto-configuration (SLAAC).
64
of file include/openthread/netdata.h
mDhcp#
bool otBorderRouterConfig::mDhcp
Whether border router is DHCPv6 Agent.
65
of file include/openthread/netdata.h
mConfigure#
bool otBorderRouterConfig::mConfigure
Whether DHCPv6 Agent supplying other config data.
66
of file include/openthread/netdata.h
mDefaultRoute#
bool otBorderRouterConfig::mDefaultRoute
Whether border router is a default router for prefix.
67
of file include/openthread/netdata.h
mOnMesh#
bool otBorderRouterConfig::mOnMesh
Whether this prefix is considered on-mesh.
68
of file include/openthread/netdata.h
mStable#
bool otBorderRouterConfig::mStable
Whether this configuration is considered Stable Network Data.
69
of file include/openthread/netdata.h
mNdDns#
bool otBorderRouterConfig::mNdDns
Whether this border router can supply DNS information via ND.
70
of file include/openthread/netdata.h
mDp#
bool otBorderRouterConfig::mDp
Whether prefix is a Thread Domain Prefix (added since Thread 1.2).
71
of file include/openthread/netdata.h
mRloc16#
uint16_t otBorderRouterConfig::mRloc16
The border router's RLOC16 (value ignored on config add).
72
of file include/openthread/netdata.h