Documentation
¶
Index ¶
Constants ¶
View Source
const ConstantPrefix = "__config_"
ConstantPrefix is the prefix used to declare configuration constants in the datapath's BPF C code. Must match the prefix used by the CONFIG macro in static_data.h.
View Source
const ConstantSection = ".rodata.config"
ConstantSection is the ELF section used to store configuration variables for the Cilium datapath. Must match the section used by the CONFIG macro in static_data.h.
View Source
const ConstantTag = "config"
ConstantTag is the Go struct tag used to annotate struct fields that should be applied as runtime configs when fed into CollectionOptions.Constants.
DeviceMTU uint16 `config:"device_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.