Skip to content

Commit

Permalink
bugtool: Added map dump for L2 responder map to bugtool
Browse files Browse the repository at this point in the history
Currently sysdumps do not contain the L2 responder map dumps.
This commit adds these so that we can debug issues with the
L2 announcements if they come up in the future.

Signed-off-by: Dylan Reimerink <dylan.reimerink@isovalent.com>
  • Loading branch information
dylandreimerink committed Jul 10, 2023
1 parent 1f35baf commit 93da6ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bugtool/cmd/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ func defaultCommands(confDir string, cmdDir string, k8sPods []string) []string {
fmt.Sprintf("bpftool map dump pinned %s/tc/globals/cilium_snat_v4_external", bpffsMountpoint),
fmt.Sprintf("bpftool map dump pinned %s/tc/globals/cilium_snat_v6_external", bpffsMountpoint),
fmt.Sprintf("bpftool map dump pinned %s/tc/globals/cilium_vtep_map", bpffsMountpoint),
fmt.Sprintf("bpftool map dump pinned %s/tc/globals/cilium_l2_responder_v4", bpffsMountpoint),
}...)
}

Expand Down

0 comments on commit 93da6ae

Please sign in to comment.