common

package
v1.2.0-rc.2 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2022 License: Apache-2.0 Imports: 0 Imported by: 27

Documentation

Overview

Package common constants for Mechanism parameters shared between multiple Mechanism types

Index

Constants

View Source
const (
	// SrcIP - key for SrcIP parameters
	SrcIP = "src_ip"
	// DstIP - key for DstIP parameters
	DstIP = "dst_ip"

	// SrcPort - key for SrcPort parameters
	SrcPort = "src_port"
	// DstPort - ley for DstPort parameters
	DstPort = "dst_port"

	// SrcOriginalIP - original src IP
	SrcOriginalIP = "orig_src_ip"

	// DstOriginalIP - original destination ip
	DstOriginalIP = "orig_dst_ip"

	// NetNSInodeKey - netns inode mechanism property key
	NetNSInodeKey = "netnsInode"

	// InterfaceNameKey - interface name mechanism property key
	InterfaceNameKey = "name"

	// InodeURL - file:// or inode:// URL representing some file shared between processes with grpcfd (e.g. netns file)
	InodeURL = "inodeURL"

	// PCIAddressKey - PCI address of the device for the SR-IOV supported mechanisms
	PCIAddressKey = "pciAddress"

	// DeviceTokenIDKey - Client/Endpoint device token ID
	// nolint:gosec
	DeviceTokenIDKey = "tokenID"

	// MTU - Maximum Transmission Unit
	MTU = "MTU"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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