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.
Click to show internal directories.
Click to hide internal directories.