openthread-br
0.3.0-72c0388
|
Public Attributes | |
Ip6Prefix | mPrefix |
uint16_t | mRloc16 |
int8_t | mPreference |
bool | mStable |
bool | mNextHopIsThisDevice |
bool otbr::DBus::ExternalRoute::mNextHopIsThisDevice |
TRUE if the external route entry's next hop is this device itself (i.e., the route was added earlier by this device). FALSE otherwise.
This value is ignored when adding an external route. For any added route the next hop is this device.
int8_t otbr::DBus::ExternalRoute::mPreference |
A 2-bit signed integer indicating router preference as defined in RFC 4191.
Ip6Prefix otbr::DBus::ExternalRoute::mPrefix |
The IPv6 prefix.
uint16_t otbr::DBus::ExternalRoute::mRloc16 |
The Rloc associated with the external route entry.
This value is ignored when adding an external route. For any added route, the device's Rloc is used.
bool otbr::DBus::ExternalRoute::mStable |
TRUE, if this configuration is considered Stable Network Data. FALSE, otherwise.