github.com/cilium/cilium@v1.16.2/pkg/maps/neighborsmap/doc.go (about) 1 // SPDX-License-Identifier: Apache-2.0 2 // Copyright Authors of Cilium 3 4 // Package neighborsmap represents the map that stores IP to mac address 5 // mappings for NodePort clients. It is primarily managed from the 6 // datapath; Cilium side is used to create the map only. 7 // +groupName=maps 8 package neighborsmap