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

Method string

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

Source from the content-addressed store, hash-verified

1866}
1867
1868func (b *HelloBody) string(version uint8, software Software) string {
1869 return fmt.Sprintf(
1870 "route_type: %s, instance :%d, sessionID: %d, receiveNotify: %d, synchronous: %d",
1871 b.redistDefault.String(), b.instance, b.sessionID, b.receiveNotify, b.synchronous)
1872}
1873
1874type redistributeBody struct {
1875 afi afi

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected