FD.io VPP  v18.10-34-gcce845e
Vector Packet Processing
gre_protocol_info_t Struct Reference

A GRE payload protocol registration. More...

Data Fields

char * name
 Name (a c string). More...
 
gre_protocol_t protocol
 GRE protocol type in host byte order. More...
 
gre_tunnel_type_t tunnel_type
 GRE tunnel type. More...
 
u32 node_index
 Node which handles this type. More...
 
u32 next_index
 Next index for this type. More...
 

Detailed Description

A GRE payload protocol registration.

Definition at line 71 of file gre.h.

Field Documentation

char* gre_protocol_info_t::name

Name (a c string).

Definition at line 74 of file gre.h.

u32 gre_protocol_info_t::next_index

Next index for this type.

Definition at line 86 of file gre.h.

u32 gre_protocol_info_t::node_index

Node which handles this type.

Definition at line 83 of file gre.h.

gre_protocol_t gre_protocol_info_t::protocol

GRE protocol type in host byte order.

Definition at line 77 of file gre.h.

gre_tunnel_type_t gre_protocol_info_t::tunnel_type

GRE tunnel type.

Definition at line 80 of file gre.h.


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