![]() |
FD.io VPP
v21.01.1
Vector Packet Processing
|
Go to the source code of this file.
Enumerations | |
| enum | tunnel_encap_decap_flags : u8 { TUNNEL_API_ENCAP_DECAP_FLAG_NONE = 0, TUNNEL_API_ENCAP_DECAP_FLAG_ENCAP_COPY_DF = 0x1, TUNNEL_API_ENCAP_DECAP_FLAG_ENCAP_SET_DF = 0x2, TUNNEL_API_ENCAP_DECAP_FLAG_ENCAP_COPY_DSCP = 0x4, TUNNEL_API_ENCAP_DECAP_FLAG_ENCAP_COPY_ECN = 0x8, TUNNEL_API_ENCAP_DECAP_FLAG_DECAP_COPY_ECN = 0x10, TUNNEL_API_ENCAP_DECAP_FLAG_ENCAP_INNER_HASH = 0x20 [backwards_compatible] } |
| Flags controlling tunnel behaviour. More... | |
| enum | tunnel_mode : u8 { TUNNEL_API_MODE_P2P = 0, TUNNEL_API_MODE_MP } |
| tunnel mode More... | |
Variables | |
| option | version = "1.0.0" |
| enum tunnel_encap_decap_flags : u8 |
Flags controlling tunnel behaviour.
Definition at line 21 of file tunnel_types.api.
| enum tunnel_mode : u8 |
tunnel mode
| Enumerator | |
|---|---|
| TUNNEL_API_MODE_P2P | point-to-point |
| TUNNEL_API_MODE_MP | multi-point |
Definition at line 41 of file tunnel_types.api.
| option version = "1.0.0" |
Definition at line 16 of file tunnel_types.api.