RTRlib
|
This struct contains the Network Layer Reachability Information (NLRI). More...
#include <bgpsec.h>
Data Fields | |
uint16_t | afi |
uint8_t | safi |
uint8_t | nlri_len |
uint8_t * | nlri |
This struct contains the Network Layer Reachability Information (NLRI).
The NLRI consists of a prefix and its length.
afi | The Address Family Identifier. |
safi | The Subsequent Address Family Identifier. |
nlri_len | The length of the nlri in bits. |
nlri | The Network Layer Reachability Information. Trailing bits must be set to 0. |