Affected by GO-2024-3071
and 3 other vulnerabilities
GO-2024-3071 : Gateway API route matching order contradicts specification in github.com/cilium/cilium
GO-2024-3072 : Policy bypass for Host Firewall policy due to race condition in Cilium agent in github.com/cilium/cilium
GO-2024-3074 : Cilium leaks information via incorrect ReferenceGrant update logic in Gateway API in github.com/cilium/cilium
GO-2024-3208 : Cilium's CIDR deny policies may not take effect when a more narrow CIDR allow is present in github.com/cilium/cilium
Discover Packages
github.com/cilium/cilium
pkg
datapath
linux
config
defines
package
Version:
v1.15.7
Opens a new window with list of versions in this module.
Published: Jul 11, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Fn is a function returning the key-value pairs representing extra define
directives for datapath node configuration.
Map is the type containing the key-value pairs representing extra define
directives for datapath node configuration.
type NodeFnOut struct {
cell .Out
Fn `group:"header-node-define-fns"`
}
NodeFnOut allows injecting configuration into the datapath
by invoking a callback.
Prefer using NodeOut if possible since it has a valid zero value.
NewNodeFnOut wraps a function returning the key-value pairs representing
extra define directives for datapath node configuration, so that it can be
provided through the hive framework.
type NodeOut struct {
cell .Out
NodeDefines Map `group:"header-node-defines"`
}
NodeOut allows injecting configuration into the datapath.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.