Skip to content

Commit

Permalink
Add cilium_egress_v4 to ignoredELFPrefixes
Browse files Browse the repository at this point in the history
cilium_egress_v4 map was not added in the list of symbols to skip in the
ELF, resulting in the following warning:

    level=warning msg="Skipping symbol substitution" subsys=elf symbol=cilium_egress_v4

Fixes: #16277
Signed-off-by: Divya Rani <ranidivya063@gmail.com>
  • Loading branch information
Divya063 authored and aanm committed Jun 9, 2021
1 parent 4b72e5e commit 29ab843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/datapath/loader/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ var ignoredELFPrefixes = []string{
"cilium_ipv4_frag_datagrams", // Global
"cilium_ipmasq", // Global
"cilium_throttle", // Global
"cilium_egress_v4", // Global
"from-container", // Prog name
"to-container", // Prog name
"from-netdev", // Prog name
Expand Down

0 comments on commit 29ab843

Please sign in to comment.