FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
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] |
dump details of an PPPOE session
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 |