RTRlib
Loading...
Searching...
No Matches

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_nlrinlri
 
struct rtr_signature_segsigs
 Reference to the Signature Segments.
 
struct rtr_secure_path_segpath
 Reference to the Secure Path Segments.
 

Detailed Description

The data that is passed to the rtr_mgr_bgpsec_validate_as_path function.

Parameters
algThe Algorithm Suite Identifier.
safiThe Subsequent Address Family Identifier.
afiThe Address Family Identifier.
my_asThe AS that is currently performing validation (you).
target_asThe AS where the update should be sent to.
sigs_lenCount of Signature Segments (do not edit manually).
path_lenCount of Secure Path Segments (do not edit manually).
nlriReference to the Network Layer Reachability Information.
sigsReference to the Signature Segments.
pathReference to the Secure Path Segments.

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