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

Struct EncapNLRI

pkg/packet/bgp/bgp.go:3314–3316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3312}
3313
3314type EncapNLRI struct {
3315 Endpoint netip.Addr
3316}
3317
3318func (n *EncapNLRI) decodeFromBytes(data []byte, options ...*MarshallingOption) error {
3319 if len(data) < 1 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected