[client] Bracket IPv6 in embed listeners, expand debug bundle (#6134)

This commit is contained in:
Viktor Liu
2026-05-14 23:22:53 +09:00
committed by GitHub
parent ea9fab4396
commit 3f914090cb
4 changed files with 178 additions and 62 deletions

View File

@@ -17,3 +17,8 @@ func (g *BundleGenerator) addIPRules() error {
// IP rules are only supported on Linux
return nil
}
func (g *BundleGenerator) addSysctls() error {
// Sysctl collection is only supported on Linux
return nil
}