RTRlib
|
The data that is passed to the rtr_mgr_bgpsec_validate_as_path function. More...
#include <bgpsec.h>
Data Fields | |
uint8_t | alg |
uint8_t | safi |
uint16_t | afi |
uint32_t | my_as |
uint32_t | target_as |
uint16_t | sigs_len |
Count of Signature Segments (do not edit manually). | |
uint8_t | path_len |
Count of Secure Path Segments (do not edit manually). | |
struct rtr_bgpsec_nlri * | nlri |
struct rtr_signature_seg * | sigs |
Reference to the Signature Segments. | |
struct rtr_secure_path_seg * | path |
Reference to the Secure Path Segments. | |
The data that is passed to the rtr_mgr_bgpsec_validate_as_path function.
alg | The Algorithm Suite Identifier. |
safi | The Subsequent Address Family Identifier. |
afi | The Address Family Identifier. |
my_as | The AS that is currently performing validation (you). |
target_as | The AS where the update should be sent to. |
sigs_len | Count of Signature Segments (do not edit manually). |
path_len | Count of Secure Path Segments (do not edit manually). |
nlri | Reference to the Network Layer Reachability Information. |
sigs | Reference to the Signature Segments. |
path | Reference to the Secure Path Segments. |