FD.io VPP
v20.05.1-6-gf53edbc3b
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 } |
Flags controlling tunnel behaviour. More... | |
enum | tunnel_mode : u8 { TUNNEL_API_MODE_P2P = 0, TUNNEL_API_MODE_MP } |
tunnel mode More... | |
enum tunnel_encap_decap_flags : u8 |
Flags controlling tunnel behaviour.
Definition at line 20 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 38 of file tunnel_types.api.