FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
sr_mpls_steering_key_t Struct Reference

Steering db key. More...

Data Fields

ip46_address_t prefix
 IP address of the prefix. More...
 
u32 mask_width
 Mask width of the prefix. More...
 
u32 fib_table
 VRF of the prefix. More...
 
u8 traffic_type
 Traffic type (IPv4, IPv6, L2) More...
 
u8 padding [3]
 

Detailed Description

Steering db key.

L3 is IPv4/IPv6 + mask

Definition at line 83 of file sr_mpls.h.

Field Documentation

◆ fib_table

u32 sr_mpls_steering_key_t::fib_table

VRF of the prefix.

Definition at line 87 of file sr_mpls.h.

◆ mask_width

u32 sr_mpls_steering_key_t::mask_width

Mask width of the prefix.

Definition at line 86 of file sr_mpls.h.

◆ padding

u8 sr_mpls_steering_key_t::padding[3]

Definition at line 89 of file sr_mpls.h.

◆ prefix

ip46_address_t sr_mpls_steering_key_t::prefix

IP address of the prefix.

Definition at line 85 of file sr_mpls.h.

◆ traffic_type

u8 sr_mpls_steering_key_t::traffic_type

Traffic type (IPv4, IPv6, L2)

Definition at line 88 of file sr_mpls.h.


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