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

Interface OptionParameterInterface

pkg/packet/bgp/bgp.go:1247–1249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1245}
1246
1247type OptionParameterInterface interface {
1248 Serialize() ([]byte, error)
1249}
1250
1251type OptionParameterCapability struct {
1252 ParamType uint8

Callers

nothing calls this directly

Implementers 15

Messagepkg/zebra/zapi.go
TLVpkg/packet/bgp/prefix_sid.go
PathAttributePrefixSIDpkg/packet/bgp/prefix_sid.go
SRv6L3ServiceAttributepkg/packet/bgp/prefix_sid.go
SubTLVpkg/packet/bgp/prefix_sid.go
SRv6InformationSubTLVpkg/packet/bgp/prefix_sid.go
SubSubTLVpkg/packet/bgp/prefix_sid.go
SRv6SIDStructureSubSubTLVpkg/packet/bgp/prefix_sid.go
SRv6ServiceTLVpkg/packet/bgp/prefix_sid.go
VPLSNLRIpkg/packet/bgp/vpls.go
VPLSExtendedpkg/packet/bgp/vpls.go
MUPExtendedpkg/packet/bgp/mup.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…