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

dump details of an PPPOE session More...

Data Fields

u32 context
 
vl_api_interface_index_t sw_if_index
 
u16 session_id
 
vl_api_address_t client_ip
 
vl_api_interface_index_t encap_if_index
 
u32 decap_vrf_id
 
vl_api_mac_address_t local_mac
 
vl_api_mac_address_t client_mac
 

Detailed Description

dump details of an PPPOE session

Template Parameters
context- sender context, to match reply w/ request
sw_if_index- software index of the interface
session_id- PPPoE session ID
client_ip- PPPOE session's client address.
encap_if_index- the index of tx interface for pppoe encaped packet
decap_vrf_id- the vrf index for pppoe decaped packet
local_mac- the local ethernet address
client_mac- the client ethernet address

Definition at line 77 of file pppoe.api.

Field Documentation

◆ client_ip

vl_api_address_t vl_api_pppoe_session_details_t::client_ip

Definition at line 82 of file pppoe.api.

◆ client_mac

vl_api_mac_address_t vl_api_pppoe_session_details_t::client_mac

Definition at line 86 of file pppoe.api.

◆ context

u32 vl_api_pppoe_session_details_t::context

Definition at line 79 of file pppoe.api.

◆ decap_vrf_id

u32 vl_api_pppoe_session_details_t::decap_vrf_id

Definition at line 84 of file pppoe.api.

◆ encap_if_index

vl_api_interface_index_t vl_api_pppoe_session_details_t::encap_if_index

Definition at line 83 of file pppoe.api.

◆ local_mac

vl_api_mac_address_t vl_api_pppoe_session_details_t::local_mac

Definition at line 85 of file pppoe.api.

◆ session_id

u16 vl_api_pppoe_session_details_t::session_id

Definition at line 81 of file pppoe.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_pppoe_session_details_t::sw_if_index

Definition at line 80 of file pppoe.api.


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