FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
vl_api_pppoe_session_details_t Struct Reference

dump details of an PPPOE session More...

Data Fields

u32 context
 
u32 sw_if_index
 
u8 is_ipv6
 
u16 session_id
 
u8 client_ip [16]
 
u32 encap_if_index
 
u32 decap_vrf_id
 
u8 local_mac [6]
 
u8 client_mac [6]
 

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
is_ipv6- client_ip and dst_address is ipv6 or not
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 73 of file pppoe.api.

Field Documentation

u8 vl_api_pppoe_session_details_t::client_ip[16]

Definition at line 79 of file pppoe.api.

u8 vl_api_pppoe_session_details_t::client_mac[6]

Definition at line 83 of file pppoe.api.

u32 vl_api_pppoe_session_details_t::context

Definition at line 75 of file pppoe.api.

u32 vl_api_pppoe_session_details_t::decap_vrf_id

Definition at line 81 of file pppoe.api.

u32 vl_api_pppoe_session_details_t::encap_if_index

Definition at line 80 of file pppoe.api.

u8 vl_api_pppoe_session_details_t::is_ipv6

Definition at line 77 of file pppoe.api.

u8 vl_api_pppoe_session_details_t::local_mac[6]

Definition at line 82 of file pppoe.api.

u16 vl_api_pppoe_session_details_t::session_id

Definition at line 78 of file pppoe.api.

u32 vl_api_pppoe_session_details_t::sw_if_index

Definition at line 76 of file pppoe.api.


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