FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
The Virtual Sub-net Selection information for a given RX FIB. More...
Data Fields | |
u8 | vss_type |
VSS type as defined in RFC 6607: 0 for NVT ASCII VPN Identifier 1 for RFC 2685 VPN-ID of 7 octects - 3 bytes OUI & 4 bytes VPN index 255 for global default VPN. More... | |
u8 | vpn_id [7] |
Type 1 VPN-ID. More... | |
u8 * | vpn_ascii_id |
Type 0 ASCII VPN Identifier. More... | |
The Virtual Sub-net Selection information for a given RX FIB.
Definition at line 51 of file dhcp_proxy.h.
u8* dhcp_vss_t_::vpn_ascii_id |
Type 0 ASCII VPN Identifier.
Definition at line 71 of file dhcp_proxy.h.
u8 dhcp_vss_t_::vpn_id[7] |
Type 1 VPN-ID.
Definition at line 67 of file dhcp_proxy.h.
u8 dhcp_vss_t_::vss_type |
VSS type as defined in RFC 6607: 0 for NVT ASCII VPN Identifier 1 for RFC 2685 VPN-ID of 7 octects - 3 bytes OUI & 4 bytes VPN index 255 for global default VPN.
Definition at line 59 of file dhcp_proxy.h.