![]() |
FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Set or delete an PPPOE session. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| u8 | is_add |
| u8 | is_ipv6 |
| u16 | session_id |
| u8 | client_ip [16] |
| u32 | decap_vrf_id |
| u8 | client_mac [6] |
Set or delete an PPPOE session.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| is_add | - add address if non-zero, else delete |
| is_ipv6 | - client_ip and dst_address is ipv6 or not |
| session_id | - PPPoE session ID |
| client_ip | - PPPOE session's client address. |
| decap_vrf_id | - the vrf index for pppoe decaped packet |
| client_mac | - the client ethernet address |