|
RTRlib
|
#include "bgpsec.h"
Data Fields | |
| uint16_t | afi |
| uint8_t | alg |
| uint32_t | my_as |
| struct rtr_bgpsec_nlri * | nlri |
| struct rtr_secure_path_seg * | path |
| uint8_t | path_len |
| uint8_t | safi |
| struct rtr_signature_seg * | sigs |
| uint16_t | sigs_len |
| uint32_t | target_as |
| 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. |