MCPcopy
hub / github.com/osrg/gobgp / string

Method string

pkg/zebra/zapi.go:2099–2103  ·  view source on GitHub ↗
(version uint8, software Software)

Source from the content-addressed store, hash-verified

2097}
2098
2099func (b *interfaceAddressUpdateBody) string(version uint8, software Software) string {
2100 return fmt.Sprintf(
2101 "idx: %d, flags: %s, addr: %s/%d",
2102 b.index, b.flags.String(), b.prefix.String(), b.length)
2103}
2104
2105type routerIDUpdateBody struct {
2106 length uint8

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected