FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
ipip_types.api File Reference

Go to the source code of this file.

Enumerations

enum  ipip_tunnel_flags : u8 {
  IPIP_TUNNEL_API_FLAG_NONE = 0, IPIP_TUNNEL_API_FLAG_ENCAP_COPY_DF = 0x1, IPIP_TUNNEL_API_FLAG_ENCAP_SET_DF = 0x2, IPIP_TUNNEL_API_FLAG_ENCAP_COPY_DSCP = 0x4,
  IPIP_TUNNEL_API_FLAG_ENCAP_COPY_ECN = 0x8, IPIP_TUNNEL_API_FLAG_DECAP_COPY_ECN = 0x10
}
 Flags controlling tunnel behaviour. More...
 

Enumeration Type Documentation

◆ ipip_tunnel_flags

Flags controlling tunnel behaviour.

Enumerator
IPIP_TUNNEL_API_FLAG_NONE 
IPIP_TUNNEL_API_FLAG_ENCAP_COPY_DF 

at encap, copy the DF bit of the payload into the tunnel header

IPIP_TUNNEL_API_FLAG_ENCAP_SET_DF 

at encap, set the DF bit in the tunnel header

IPIP_TUNNEL_API_FLAG_ENCAP_COPY_DSCP 

at encap, copy the DSCP bits of the payload into the tunnel header

IPIP_TUNNEL_API_FLAG_ENCAP_COPY_ECN 

at encap, copy the ECN bit of the payload into the tunnel header

IPIP_TUNNEL_API_FLAG_DECAP_COPY_ECN 

at decap, copy the ECN bit of the tunnel header into the payload

Definition at line 20 of file ipip_types.api.