ipip_types

package
v0.0.0-...-f91f7f2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package ipip_types is a generated VPP binary API for 'ipip_types' module.

It consists of:

1 enum

Index

Constants

View Source
const (
	// ModuleName is the name of this module.
	ModuleName = "ipip_types"
	// VersionCrc is the CRC of this module.
	VersionCrc = 0xa2a8fa8d
)

Variables

View Source
var IpipTunnelFlags_name = map[uint8]string{
	0:  "IPIP_TUNNEL_API_FLAG_NONE",
	1:  "IPIP_TUNNEL_API_FLAG_ENCAP_COPY_DF",
	2:  "IPIP_TUNNEL_API_FLAG_ENCAP_SET_DF",
	4:  "IPIP_TUNNEL_API_FLAG_ENCAP_COPY_DSCP",
	8:  "IPIP_TUNNEL_API_FLAG_ENCAP_COPY_ECN",
	16: "IPIP_TUNNEL_API_FLAG_DECAP_COPY_ECN",
}
View Source
var IpipTunnelFlags_value = map[string]uint8{
	"IPIP_TUNNEL_API_FLAG_NONE":            0,
	"IPIP_TUNNEL_API_FLAG_ENCAP_COPY_DF":   1,
	"IPIP_TUNNEL_API_FLAG_ENCAP_SET_DF":    2,
	"IPIP_TUNNEL_API_FLAG_ENCAP_COPY_DSCP": 4,
	"IPIP_TUNNEL_API_FLAG_ENCAP_COPY_ECN":  8,
	"IPIP_TUNNEL_API_FLAG_DECAP_COPY_ECN":  16,
}

Functions

This section is empty.

Types

type IpipTunnelFlags

type IpipTunnelFlags uint8

IpipTunnelFlags represents VPP binary API enum 'ipip_tunnel_flags'.

const (
	IPIP_TUNNEL_API_FLAG_NONE            IpipTunnelFlags = 0
	IPIP_TUNNEL_API_FLAG_ENCAP_COPY_DF   IpipTunnelFlags = 1
	IPIP_TUNNEL_API_FLAG_ENCAP_SET_DF    IpipTunnelFlags = 2
	IPIP_TUNNEL_API_FLAG_ENCAP_COPY_DSCP IpipTunnelFlags = 4
	IPIP_TUNNEL_API_FLAG_ENCAP_COPY_ECN  IpipTunnelFlags = 8
	IPIP_TUNNEL_API_FLAG_DECAP_COPY_ECN  IpipTunnelFlags = 16
)

func (IpipTunnelFlags) String

func (x IpipTunnelFlags) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL