github.com/cilium/cilium@v1.16.2/pkg/datapath/connector/docker.go (about) 1 // SPDX-License-Identifier: Apache-2.0 2 // Copyright Authors of Cilium 3 4 package connector 5 6 const ( 7 // ContainerInterfacePrefix is the container's internal interface name prefix. 8 ContainerInterfacePrefix = "cilium" 9 )