cisco_ios_xr_ipv4_bgp_oc_oper_oc_bgp_bgp_rib_afi_safi_table_ipv4_unicast_loc_rib_routes_route

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Overview

Cisco-IOS-XR-ipv4-bgp-oc-oper:oc-bgp/bgp-rib/afi-safi-table/ipv4-unicast/loc-rib/routes/route

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BgpOcAddrtype

type BgpOcAddrtype struct {
	Afi                  string   `protobuf:"bytes,1,opt,name=afi,proto3" json:"afi,omitempty"`
	Ipv4Address          string   `protobuf:"bytes,2,opt,name=ipv4_address,json=ipv4Address,proto3" json:"ipv4_address,omitempty"`
	Ipv6Address          string   `protobuf:"bytes,3,opt,name=ipv6_address,json=ipv6Address,proto3" json:"ipv6_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BgpOcAddrtype) Descriptor

func (*BgpOcAddrtype) Descriptor() ([]byte, []int)

func (*BgpOcAddrtype) GetAfi

func (m *BgpOcAddrtype) GetAfi() string

func (*BgpOcAddrtype) GetIpv4Address

func (m *BgpOcAddrtype) GetIpv4Address() string

func (*BgpOcAddrtype) GetIpv6Address

func (m *BgpOcAddrtype) GetIpv6Address() string

func (*BgpOcAddrtype) ProtoMessage

func (*BgpOcAddrtype) ProtoMessage()

func (*BgpOcAddrtype) Reset

func (m *BgpOcAddrtype) Reset()

func (*BgpOcAddrtype) String

func (m *BgpOcAddrtype) String() string

func (*BgpOcAddrtype) XXX_DiscardUnknown

func (m *BgpOcAddrtype) XXX_DiscardUnknown()

func (*BgpOcAddrtype) XXX_Marshal

func (m *BgpOcAddrtype) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BgpOcAddrtype) XXX_Merge

func (m *BgpOcAddrtype) XXX_Merge(src proto.Message)

func (*BgpOcAddrtype) XXX_Size

func (m *BgpOcAddrtype) XXX_Size() int

func (*BgpOcAddrtype) XXX_Unmarshal

func (m *BgpOcAddrtype) XXX_Unmarshal(b []byte) error

type BgpOcAggregatorType

type BgpOcAggregatorType struct {
	As                   uint32   `protobuf:"varint,1,opt,name=as,proto3" json:"as,omitempty"`
	As4                  uint32   `protobuf:"varint,2,opt,name=as4,proto3" json:"as4,omitempty"`
	Address              string   `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BgpOcAggregatorType) Descriptor

func (*BgpOcAggregatorType) Descriptor() ([]byte, []int)

func (*BgpOcAggregatorType) GetAddress

func (m *BgpOcAggregatorType) GetAddress() string

func (*BgpOcAggregatorType) GetAs

func (m *BgpOcAggregatorType) GetAs() uint32

func (*BgpOcAggregatorType) GetAs4

func (m *BgpOcAggregatorType) GetAs4() uint32

func (*BgpOcAggregatorType) ProtoMessage

func (*BgpOcAggregatorType) ProtoMessage()

func (*BgpOcAggregatorType) Reset

func (m *BgpOcAggregatorType) Reset()

func (*BgpOcAggregatorType) String

func (m *BgpOcAggregatorType) String() string

func (*BgpOcAggregatorType) XXX_DiscardUnknown

func (m *BgpOcAggregatorType) XXX_DiscardUnknown()

func (*BgpOcAggregatorType) XXX_Marshal

func (m *BgpOcAggregatorType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BgpOcAggregatorType) XXX_Merge

func (m *BgpOcAggregatorType) XXX_Merge(src proto.Message)

func (*BgpOcAggregatorType) XXX_Size

func (m *BgpOcAggregatorType) XXX_Size() int

func (*BgpOcAggregatorType) XXX_Unmarshal

func (m *BgpOcAggregatorType) XXX_Unmarshal(b []byte) error

type BgpOcDateAndTime

type BgpOcDateAndTime struct {
	TimeValue            string   `protobuf:"bytes,1,opt,name=time_value,json=timeValue,proto3" json:"time_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BgpOcDateAndTime) Descriptor

func (*BgpOcDateAndTime) Descriptor() ([]byte, []int)

func (*BgpOcDateAndTime) GetTimeValue

func (m *BgpOcDateAndTime) GetTimeValue() string

func (*BgpOcDateAndTime) ProtoMessage

func (*BgpOcDateAndTime) ProtoMessage()

func (*BgpOcDateAndTime) Reset

func (m *BgpOcDateAndTime) Reset()

func (*BgpOcDateAndTime) String

func (m *BgpOcDateAndTime) String() string

func (*BgpOcDateAndTime) XXX_DiscardUnknown

func (m *BgpOcDateAndTime) XXX_DiscardUnknown()

func (*BgpOcDateAndTime) XXX_Marshal

func (m *BgpOcDateAndTime) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BgpOcDateAndTime) XXX_Merge

func (m *BgpOcDateAndTime) XXX_Merge(src proto.Message)

func (*BgpOcDateAndTime) XXX_Size

func (m *BgpOcDateAndTime) XXX_Size() int

func (*BgpOcDateAndTime) XXX_Unmarshal

func (m *BgpOcDateAndTime) XXX_Unmarshal(b []byte) error

type BgpOcExtAttr

type BgpOcExtAttr struct {
	OriginatorId         string                  `protobuf:"bytes,1,opt,name=originator_id,json=originatorId,proto3" json:"originator_id,omitempty"`
	Cluster              []string                `protobuf:"bytes,2,rep,name=cluster,proto3" json:"cluster,omitempty"`
	ExtCommunity         []*BgpOcStringType      `protobuf:"bytes,3,rep,name=ext_community,json=extCommunity,proto3" json:"ext_community,omitempty"`
	Aigp                 uint64                  `protobuf:"varint,4,opt,name=aigp,proto3" json:"aigp,omitempty"`
	PathId               uint32                  `protobuf:"varint,5,opt,name=path_id,json=pathId,proto3" json:"path_id,omitempty"`
	UnknownAttributes    []*BgpOcUnknownAttrType `protobuf:"bytes,6,rep,name=unknown_attributes,json=unknownAttributes,proto3" json:"unknown_attributes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*BgpOcExtAttr) Descriptor

func (*BgpOcExtAttr) Descriptor() ([]byte, []int)

func (*BgpOcExtAttr) GetAigp

func (m *BgpOcExtAttr) GetAigp() uint64

func (*BgpOcExtAttr) GetCluster

func (m *BgpOcExtAttr) GetCluster() []string

func (*BgpOcExtAttr) GetExtCommunity

func (m *BgpOcExtAttr) GetExtCommunity() []*BgpOcStringType

func (*BgpOcExtAttr) GetOriginatorId

func (m *BgpOcExtAttr) GetOriginatorId() string

func (*BgpOcExtAttr) GetPathId

func (m *BgpOcExtAttr) GetPathId() uint32

func (*BgpOcExtAttr) GetUnknownAttributes

func (m *BgpOcExtAttr) GetUnknownAttributes() []*BgpOcUnknownAttrType

func (*BgpOcExtAttr) ProtoMessage

func (*BgpOcExtAttr) ProtoMessage()

func (*BgpOcExtAttr) Reset

func (m *BgpOcExtAttr) Reset()

func (*BgpOcExtAttr) String

func (m *BgpOcExtAttr) String() string

func (*BgpOcExtAttr) XXX_DiscardUnknown

func (m *BgpOcExtAttr) XXX_DiscardUnknown()

func (*BgpOcExtAttr) XXX_Marshal

func (m *BgpOcExtAttr) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BgpOcExtAttr) XXX_Merge

func (m *BgpOcExtAttr) XXX_Merge(src proto.Message)

func (*BgpOcExtAttr) XXX_Size

func (m *BgpOcExtAttr) XXX_Size() int

func (*BgpOcExtAttr) XXX_Unmarshal

func (m *BgpOcExtAttr) XXX_Unmarshal(b []byte) error

type BgpOcPrefixtype

type BgpOcPrefixtype struct {
	Prefix               *BgpOcAddrtype `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
	PrefixLength         uint32         `protobuf:"varint,2,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*BgpOcPrefixtype) Descriptor

func (*BgpOcPrefixtype) Descriptor() ([]byte, []int)

func (*BgpOcPrefixtype) GetPrefix

func (m *BgpOcPrefixtype) GetPrefix() *BgpOcAddrtype

func (*BgpOcPrefixtype) GetPrefixLength

func (m *BgpOcPrefixtype) GetPrefixLength() uint32

func (*BgpOcPrefixtype) ProtoMessage

func (*BgpOcPrefixtype) ProtoMessage()

func (*BgpOcPrefixtype) Reset

func (m *BgpOcPrefixtype) Reset()

func (*BgpOcPrefixtype) String

func (m *BgpOcPrefixtype) String() string

func (*BgpOcPrefixtype) XXX_DiscardUnknown

func (m *BgpOcPrefixtype) XXX_DiscardUnknown()

func (*BgpOcPrefixtype) XXX_Marshal

func (m *BgpOcPrefixtype) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BgpOcPrefixtype) XXX_Merge

func (m *BgpOcPrefixtype) XXX_Merge(src proto.Message)

func (*BgpOcPrefixtype) XXX_Size

func (m *BgpOcPrefixtype) XXX_Size() int

func (*BgpOcPrefixtype) XXX_Unmarshal

func (m *BgpOcPrefixtype) XXX_Unmarshal(b []byte) error

type BgpOcRouteAttr

type BgpOcRouteAttr struct {
	OriginType            string               `protobuf:"bytes,1,opt,name=origin_type,json=originType,proto3" json:"origin_type,omitempty"`
	AsPath                string               `protobuf:"bytes,2,opt,name=as_path,json=asPath,proto3" json:"as_path,omitempty"`
	As4Path               string               `protobuf:"bytes,3,opt,name=as4_path,json=as4Path,proto3" json:"as4_path,omitempty"`
	NextHop               *BgpOcAddrtype       `protobuf:"bytes,4,opt,name=next_hop,json=nextHop,proto3" json:"next_hop,omitempty"`
	Med                   uint32               `protobuf:"varint,5,opt,name=med,proto3" json:"med,omitempty"`
	LocalPref             uint32               `protobuf:"varint,6,opt,name=local_pref,json=localPref,proto3" json:"local_pref,omitempty"`
	AtomicAggr            bool                 `protobuf:"varint,7,opt,name=atomic_aggr,json=atomicAggr,proto3" json:"atomic_aggr,omitempty"`
	AggregratorAttributes *BgpOcAggregatorType `protobuf:"bytes,8,opt,name=aggregrator_attributes,json=aggregratorAttributes,proto3" json:"aggregrator_attributes,omitempty"`
	Community             []*BgpOcStringType   `protobuf:"bytes,9,rep,name=community,proto3" json:"community,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}             `json:"-"`
	XXX_unrecognized      []byte               `json:"-"`
	XXX_sizecache         int32                `json:"-"`
}

func (*BgpOcRouteAttr) Descriptor

func (*BgpOcRouteAttr) Descriptor() ([]byte, []int)

func (*BgpOcRouteAttr) GetAggregratorAttributes

func (m *BgpOcRouteAttr) GetAggregratorAttributes() *BgpOcAggregatorType

func (*BgpOcRouteAttr) GetAs4Path

func (m *BgpOcRouteAttr) GetAs4Path() string

func (*BgpOcRouteAttr) GetAsPath

func (m *BgpOcRouteAttr) GetAsPath() string

func (*BgpOcRouteAttr) GetAtomicAggr

func (m *BgpOcRouteAttr) GetAtomicAggr() bool

func (*BgpOcRouteAttr) GetCommunity

func (m *BgpOcRouteAttr) GetCommunity() []*BgpOcStringType

func (*BgpOcRouteAttr) GetLocalPref

func (m *BgpOcRouteAttr) GetLocalPref() uint32

func (*BgpOcRouteAttr) GetMed

func (m *BgpOcRouteAttr) GetMed() uint32

func (*BgpOcRouteAttr) GetNextHop

func (m *BgpOcRouteAttr) GetNextHop() *BgpOcAddrtype

func (*BgpOcRouteAttr) GetOriginType

func (m *BgpOcRouteAttr) GetOriginType() string

func (*BgpOcRouteAttr) ProtoMessage

func (*BgpOcRouteAttr) ProtoMessage()

func (*BgpOcRouteAttr) Reset

func (m *BgpOcRouteAttr) Reset()

func (*BgpOcRouteAttr) String

func (m *BgpOcRouteAttr) String() string

func (*BgpOcRouteAttr) XXX_DiscardUnknown

func (m *BgpOcRouteAttr) XXX_DiscardUnknown()

func (*BgpOcRouteAttr) XXX_Marshal

func (m *BgpOcRouteAttr) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BgpOcRouteAttr) XXX_Merge

func (m *BgpOcRouteAttr) XXX_Merge(src proto.Message)

func (*BgpOcRouteAttr) XXX_Size

func (m *BgpOcRouteAttr) XXX_Size() int

func (*BgpOcRouteAttr) XXX_Unmarshal

func (m *BgpOcRouteAttr) XXX_Unmarshal(b []byte) error

type BgpOcRouteBag

type BgpOcRouteBag struct {
	PrefixName           *BgpOcPrefixtype  `protobuf:"bytes,50,opt,name=prefix_name,json=prefixName,proto3" json:"prefix_name,omitempty"`
	RouteAttrList        *BgpOcRouteAttr   `protobuf:"bytes,51,opt,name=route_attr_list,json=routeAttrList,proto3" json:"route_attr_list,omitempty"`
	ExtAttributesList    *BgpOcExtAttr     `protobuf:"bytes,52,opt,name=ext_attributes_list,json=extAttributesList,proto3" json:"ext_attributes_list,omitempty"`
	LastModifiedDate     *BgpOcDateAndTime `protobuf:"bytes,53,opt,name=last_modified_date,json=lastModifiedDate,proto3" json:"last_modified_date,omitempty"`
	LastUpdateRecieved   *BgpOcDateAndTime `protobuf:"bytes,54,opt,name=last_update_recieved,json=lastUpdateRecieved,proto3" json:"last_update_recieved,omitempty"`
	ValidRoute           bool              `protobuf:"varint,55,opt,name=valid_route,json=validRoute,proto3" json:"valid_route,omitempty"`
	InvalidReason        string            `protobuf:"bytes,56,opt,name=invalid_reason,json=invalidReason,proto3" json:"invalid_reason,omitempty"`
	BestPath             bool              `protobuf:"varint,57,opt,name=best_path,json=bestPath,proto3" json:"best_path,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*BgpOcRouteBag) Descriptor

func (*BgpOcRouteBag) Descriptor() ([]byte, []int)

func (*BgpOcRouteBag) GetBestPath

func (m *BgpOcRouteBag) GetBestPath() bool

func (*BgpOcRouteBag) GetExtAttributesList

func (m *BgpOcRouteBag) GetExtAttributesList() *BgpOcExtAttr

func (*BgpOcRouteBag) GetInvalidReason

func (m *BgpOcRouteBag) GetInvalidReason() string

func (*BgpOcRouteBag) GetLastModifiedDate

func (m *BgpOcRouteBag) GetLastModifiedDate() *BgpOcDateAndTime

func (*BgpOcRouteBag) GetLastUpdateRecieved

func (m *BgpOcRouteBag) GetLastUpdateRecieved() *BgpOcDateAndTime

func (*BgpOcRouteBag) GetPrefixName

func (m *BgpOcRouteBag) GetPrefixName() *BgpOcPrefixtype

func (*BgpOcRouteBag) GetRouteAttrList

func (m *BgpOcRouteBag) GetRouteAttrList() *BgpOcRouteAttr

func (*BgpOcRouteBag) GetValidRoute

func (m *BgpOcRouteBag) GetValidRoute() bool

func (*BgpOcRouteBag) ProtoMessage

func (*BgpOcRouteBag) ProtoMessage()

func (*BgpOcRouteBag) Reset

func (m *BgpOcRouteBag) Reset()

func (*BgpOcRouteBag) String

func (m *BgpOcRouteBag) String() string

func (*BgpOcRouteBag) XXX_DiscardUnknown

func (m *BgpOcRouteBag) XXX_DiscardUnknown()

func (*BgpOcRouteBag) XXX_Marshal

func (m *BgpOcRouteBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BgpOcRouteBag) XXX_Merge

func (m *BgpOcRouteBag) XXX_Merge(src proto.Message)

func (*BgpOcRouteBag) XXX_Size

func (m *BgpOcRouteBag) XXX_Size() int

func (*BgpOcRouteBag) XXX_Unmarshal

func (m *BgpOcRouteBag) XXX_Unmarshal(b []byte) error

type BgpOcRouteBag_KEYS

type BgpOcRouteBag_KEYS struct {
	Route                string   `protobuf:"bytes,1,opt,name=route,proto3" json:"route,omitempty"`
	NeighborAddress      string   `protobuf:"bytes,2,opt,name=neighbor_address,json=neighborAddress,proto3" json:"neighbor_address,omitempty"`
	PathId               uint32   `protobuf:"varint,3,opt,name=path_id,json=pathId,proto3" json:"path_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BgpOcRouteBag_KEYS) Descriptor

func (*BgpOcRouteBag_KEYS) Descriptor() ([]byte, []int)

func (*BgpOcRouteBag_KEYS) GetNeighborAddress

func (m *BgpOcRouteBag_KEYS) GetNeighborAddress() string

func (*BgpOcRouteBag_KEYS) GetPathId

func (m *BgpOcRouteBag_KEYS) GetPathId() uint32

func (*BgpOcRouteBag_KEYS) GetRoute

func (m *BgpOcRouteBag_KEYS) GetRoute() string

func (*BgpOcRouteBag_KEYS) ProtoMessage

func (*BgpOcRouteBag_KEYS) ProtoMessage()

func (*BgpOcRouteBag_KEYS) Reset

func (m *BgpOcRouteBag_KEYS) Reset()

func (*BgpOcRouteBag_KEYS) String

func (m *BgpOcRouteBag_KEYS) String() string

func (*BgpOcRouteBag_KEYS) XXX_DiscardUnknown

func (m *BgpOcRouteBag_KEYS) XXX_DiscardUnknown()

func (*BgpOcRouteBag_KEYS) XXX_Marshal

func (m *BgpOcRouteBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BgpOcRouteBag_KEYS) XXX_Merge

func (m *BgpOcRouteBag_KEYS) XXX_Merge(src proto.Message)

func (*BgpOcRouteBag_KEYS) XXX_Size

func (m *BgpOcRouteBag_KEYS) XXX_Size() int

func (*BgpOcRouteBag_KEYS) XXX_Unmarshal

func (m *BgpOcRouteBag_KEYS) XXX_Unmarshal(b []byte) error

type BgpOcStringType

type BgpOcStringType struct {
	Objects              string   `protobuf:"bytes,1,opt,name=objects,proto3" json:"objects,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BgpOcStringType) Descriptor

func (*BgpOcStringType) Descriptor() ([]byte, []int)

func (*BgpOcStringType) GetObjects

func (m *BgpOcStringType) GetObjects() string

func (*BgpOcStringType) ProtoMessage

func (*BgpOcStringType) ProtoMessage()

func (*BgpOcStringType) Reset

func (m *BgpOcStringType) Reset()

func (*BgpOcStringType) String

func (m *BgpOcStringType) String() string

func (*BgpOcStringType) XXX_DiscardUnknown

func (m *BgpOcStringType) XXX_DiscardUnknown()

func (*BgpOcStringType) XXX_Marshal

func (m *BgpOcStringType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BgpOcStringType) XXX_Merge

func (m *BgpOcStringType) XXX_Merge(src proto.Message)

func (*BgpOcStringType) XXX_Size

func (m *BgpOcStringType) XXX_Size() int

func (*BgpOcStringType) XXX_Unmarshal

func (m *BgpOcStringType) XXX_Unmarshal(b []byte) error

type BgpOcUnknownAttrType

type BgpOcUnknownAttrType struct {
	AttributeType        uint32   `protobuf:"varint,1,opt,name=attribute_type,json=attributeType,proto3" json:"attribute_type,omitempty"`
	AttributeLength      uint32   `protobuf:"varint,2,opt,name=attribute_length,json=attributeLength,proto3" json:"attribute_length,omitempty"`
	AttributeValue       string   `protobuf:"bytes,3,opt,name=attribute_value,json=attributeValue,proto3" json:"attribute_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BgpOcUnknownAttrType) Descriptor

func (*BgpOcUnknownAttrType) Descriptor() ([]byte, []int)

func (*BgpOcUnknownAttrType) GetAttributeLength

func (m *BgpOcUnknownAttrType) GetAttributeLength() uint32

func (*BgpOcUnknownAttrType) GetAttributeType

func (m *BgpOcUnknownAttrType) GetAttributeType() uint32

func (*BgpOcUnknownAttrType) GetAttributeValue

func (m *BgpOcUnknownAttrType) GetAttributeValue() string

func (*BgpOcUnknownAttrType) ProtoMessage

func (*BgpOcUnknownAttrType) ProtoMessage()

func (*BgpOcUnknownAttrType) Reset

func (m *BgpOcUnknownAttrType) Reset()

func (*BgpOcUnknownAttrType) String

func (m *BgpOcUnknownAttrType) String() string

func (*BgpOcUnknownAttrType) XXX_DiscardUnknown

func (m *BgpOcUnknownAttrType) XXX_DiscardUnknown()

func (*BgpOcUnknownAttrType) XXX_Marshal

func (m *BgpOcUnknownAttrType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BgpOcUnknownAttrType) XXX_Merge

func (m *BgpOcUnknownAttrType) XXX_Merge(src proto.Message)

func (*BgpOcUnknownAttrType) XXX_Size

func (m *BgpOcUnknownAttrType) XXX_Size() int

func (*BgpOcUnknownAttrType) XXX_Unmarshal

func (m *BgpOcUnknownAttrType) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL