![]()  | 
  
    FD.io VPP
    v21.01.1
    
   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 56 of file dhcp_proxy.h.
| u8* dhcp_vss_t_::vpn_ascii_id | 
Type 0 ASCII VPN Identifier.
Definition at line 76 of file dhcp_proxy.h.
| u8 dhcp_vss_t_::vpn_id[7] | 
Type 1 VPN-ID.
Definition at line 72 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 64 of file dhcp_proxy.h.