FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
vl_api_session_rules_details_t Struct Reference

Session rules details. More...

Data Fields

u32 context
 
vl_api_transport_proto_t transport_proto
 
vl_api_prefix_t lcl
 
vl_api_prefix_t rmt
 
u16 lcl_port
 
u16 rmt_port
 
u32 action_index
 
u32 appns_index
 
vl_api_session_rule_scope_t scope
 
string tag [64]
 

Detailed Description

Session rules details.

Template Parameters
context- sender context, to match reply w/ request
transport_proto- transport protocol
is_ip4- flag to indicate if ip addresses are ip4 or 6
lcl_ip- local ip
lcl_plen- local prefix length
rmt_ip- remote ip
rmt_ple- remote prefix length
lcl_port- local port
rmt_port- remote port
action_index- the only action defined now is forward to application with index action_index
appns_index- application namespace where rule is to be applied to
scope- enum that indicates scope of the rule: global or local. If 0, default is global, 1 is global 2 is local, 3 is both
tag- tag

Definition at line 383 of file session.api.

Field Documentation

◆ action_index

u32 vl_api_session_rules_details_t::action_index

Definition at line 391 of file session.api.

◆ appns_index

u32 vl_api_session_rules_details_t::appns_index

Definition at line 392 of file session.api.

◆ context

u32 vl_api_session_rules_details_t::context

Definition at line 385 of file session.api.

◆ lcl

vl_api_prefix_t vl_api_session_rules_details_t::lcl

Definition at line 387 of file session.api.

◆ lcl_port

u16 vl_api_session_rules_details_t::lcl_port

Definition at line 389 of file session.api.

◆ rmt

vl_api_prefix_t vl_api_session_rules_details_t::rmt

Definition at line 388 of file session.api.

◆ rmt_port

u16 vl_api_session_rules_details_t::rmt_port

Definition at line 390 of file session.api.

◆ scope

vl_api_session_rule_scope_t vl_api_session_rules_details_t::scope

Definition at line 393 of file session.api.

◆ tag

string vl_api_session_rules_details_t::tag[64]

Definition at line 394 of file session.api.

◆ transport_proto

vl_api_transport_proto_t vl_api_session_rules_details_t::transport_proto

Definition at line 386 of file session.api.


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