FD.io VPP  v17.10-9-gd594711
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 80 of file sr.h.

Field Documentation

u32 sr_mpls_steering_key_t::fib_table

VRF of the prefix.

Definition at line 84 of file sr.h.

u32 sr_mpls_steering_key_t::mask_width

Mask width of the prefix.

Definition at line 83 of file sr.h.

u8 sr_mpls_steering_key_t::padding[3]

Definition at line 86 of file sr.h.

ip46_address_t sr_mpls_steering_key_t::prefix

IP address of the prefix.

Definition at line 82 of file sr.h.

u8 sr_mpls_steering_key_t::traffic_type

Traffic type (IPv4, IPv6, L2)

Definition at line 85 of file sr.h.


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