FD.io VPP  v20.05-21-gb1500e9ff
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 70 of file gre.h.

Field Documentation

◆ name

char* gre_protocol_info_t::name

Name (a c string).

Definition at line 73 of file gre.h.

◆ next_index

u32 gre_protocol_info_t::next_index

Next index for this type.

Definition at line 85 of file gre.h.

◆ node_index

u32 gre_protocol_info_t::node_index

Node which handles this type.

Definition at line 82 of file gre.h.

◆ protocol

gre_protocol_t gre_protocol_info_t::protocol

GRE protocol type in host byte order.

Definition at line 76 of file gre.h.

◆ tunnel_type

gre_tunnel_type_t gre_protocol_info_t::tunnel_type

GRE tunnel type.

Definition at line 79 of file gre.h.


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