FD.io VPP  v17.04.2-2-ga8f93f8
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...
 
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 42 of file gre.h.

Field Documentation

char* gre_protocol_info_t::name

Name (a c string).

Definition at line 44 of file gre.h.

u32 gre_protocol_info_t::next_index

Next index for this type.

Definition at line 53 of file gre.h.

u32 gre_protocol_info_t::node_index

Node which handles this type.

Definition at line 50 of file gre.h.

gre_protocol_t gre_protocol_info_t::protocol

GRE protocol type in host byte order.

Definition at line 47 of file gre.h.


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