openthread-br  0.3.0-72c0388
Public Attributes | List of all members
otbr::DBus::ExternalRoute Struct Reference

Public Attributes

Ip6Prefix mPrefix
 
uint16_t mRloc16
 
int8_t mPreference
 
bool mStable
 
bool mNextHopIsThisDevice
 

Member Data Documentation

◆ 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.

◆ mPreference

int8_t otbr::DBus::ExternalRoute::mPreference

A 2-bit signed integer indicating router preference as defined in RFC 4191.

◆ mPrefix

Ip6Prefix otbr::DBus::ExternalRoute::mPrefix

The IPv6 prefix.

◆ mRloc16

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.

◆ mStable

bool otbr::DBus::ExternalRoute::mStable

TRUE, if this configuration is considered Stable Network Data. FALSE, otherwise.


The documentation for this struct was generated from the following file: