Documentation
¶
Overview ¶
Cisco-IOS-XR-ipv4-pim-oper:ipv6-pim/active/default-context/safs/saf/rpf-hash-source-groups/rpf-hash-source-group
Index ¶
- type PimAddrtype
- func (*PimAddrtype) Descriptor() ([]byte, []int)
- func (m *PimAddrtype) GetAfName() string
- func (m *PimAddrtype) GetIpv4Address() string
- func (m *PimAddrtype) GetIpv6Address() string
- func (*PimAddrtype) ProtoMessage()
- func (m *PimAddrtype) Reset()
- func (m *PimAddrtype) String() string
- func (m *PimAddrtype) XXX_DiscardUnknown()
- func (m *PimAddrtype) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PimAddrtype) XXX_Merge(src proto.Message)
- func (m *PimAddrtype) XXX_Size() int
- func (m *PimAddrtype) XXX_Unmarshal(b []byte) error
- type PimRpfHashBag
- func (*PimRpfHashBag) Descriptor() ([]byte, []int)
- func (m *PimRpfHashBag) GetNextHopAddress() *PimAddrtype
- func (m *PimRpfHashBag) GetNextHopInterface() string
- func (m *PimRpfHashBag) GetNextHopMultipathEnabled() bool
- func (m *PimRpfHashBag) GetSecondaryNextHopAddress() *PimAddrtype
- func (m *PimRpfHashBag) GetSecondaryNextHopInterface() string
- func (*PimRpfHashBag) ProtoMessage()
- func (m *PimRpfHashBag) Reset()
- func (m *PimRpfHashBag) String() string
- func (m *PimRpfHashBag) XXX_DiscardUnknown()
- func (m *PimRpfHashBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PimRpfHashBag) XXX_Merge(src proto.Message)
- func (m *PimRpfHashBag) XXX_Size() int
- func (m *PimRpfHashBag) XXX_Unmarshal(b []byte) error
- type PimRpfHashBag_KEYS
- func (*PimRpfHashBag_KEYS) Descriptor() ([]byte, []int)
- func (m *PimRpfHashBag_KEYS) GetGroupAddress() string
- func (m *PimRpfHashBag_KEYS) GetMaskLength() uint32
- func (m *PimRpfHashBag_KEYS) GetMofrr() uint32
- func (m *PimRpfHashBag_KEYS) GetSafName() string
- func (m *PimRpfHashBag_KEYS) GetSourceAddress() string
- func (m *PimRpfHashBag_KEYS) GetTopologyName() string
- func (*PimRpfHashBag_KEYS) ProtoMessage()
- func (m *PimRpfHashBag_KEYS) Reset()
- func (m *PimRpfHashBag_KEYS) String() string
- func (m *PimRpfHashBag_KEYS) XXX_DiscardUnknown()
- func (m *PimRpfHashBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PimRpfHashBag_KEYS) XXX_Merge(src proto.Message)
- func (m *PimRpfHashBag_KEYS) XXX_Size() int
- func (m *PimRpfHashBag_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PimAddrtype ¶
type PimAddrtype struct { AfName string `protobuf:"bytes,1,opt,name=af_name,json=afName,proto3" json:"af_name,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 (*PimAddrtype) Descriptor ¶
func (*PimAddrtype) Descriptor() ([]byte, []int)
func (*PimAddrtype) GetAfName ¶
func (m *PimAddrtype) GetAfName() string
func (*PimAddrtype) GetIpv4Address ¶
func (m *PimAddrtype) GetIpv4Address() string
func (*PimAddrtype) GetIpv6Address ¶
func (m *PimAddrtype) GetIpv6Address() string
func (*PimAddrtype) ProtoMessage ¶
func (*PimAddrtype) ProtoMessage()
func (*PimAddrtype) Reset ¶
func (m *PimAddrtype) Reset()
func (*PimAddrtype) String ¶
func (m *PimAddrtype) String() string
func (*PimAddrtype) XXX_DiscardUnknown ¶
func (m *PimAddrtype) XXX_DiscardUnknown()
func (*PimAddrtype) XXX_Marshal ¶
func (m *PimAddrtype) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PimAddrtype) XXX_Merge ¶
func (m *PimAddrtype) XXX_Merge(src proto.Message)
func (*PimAddrtype) XXX_Size ¶
func (m *PimAddrtype) XXX_Size() int
func (*PimAddrtype) XXX_Unmarshal ¶
func (m *PimAddrtype) XXX_Unmarshal(b []byte) error
type PimRpfHashBag ¶
type PimRpfHashBag struct { NextHopMultipathEnabled bool `` /* 136-byte string literal not displayed */ NextHopAddress *PimAddrtype `protobuf:"bytes,51,opt,name=next_hop_address,json=nextHopAddress,proto3" json:"next_hop_address,omitempty"` NextHopInterface string `protobuf:"bytes,52,opt,name=next_hop_interface,json=nextHopInterface,proto3" json:"next_hop_interface,omitempty"` SecondaryNextHopAddress *PimAddrtype `` /* 135-byte string literal not displayed */ SecondaryNextHopInterface string `` /* 141-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PimRpfHashBag) Descriptor ¶
func (*PimRpfHashBag) Descriptor() ([]byte, []int)
func (*PimRpfHashBag) GetNextHopAddress ¶
func (m *PimRpfHashBag) GetNextHopAddress() *PimAddrtype
func (*PimRpfHashBag) GetNextHopInterface ¶
func (m *PimRpfHashBag) GetNextHopInterface() string
func (*PimRpfHashBag) GetNextHopMultipathEnabled ¶
func (m *PimRpfHashBag) GetNextHopMultipathEnabled() bool
func (*PimRpfHashBag) GetSecondaryNextHopAddress ¶
func (m *PimRpfHashBag) GetSecondaryNextHopAddress() *PimAddrtype
func (*PimRpfHashBag) GetSecondaryNextHopInterface ¶
func (m *PimRpfHashBag) GetSecondaryNextHopInterface() string
func (*PimRpfHashBag) ProtoMessage ¶
func (*PimRpfHashBag) ProtoMessage()
func (*PimRpfHashBag) Reset ¶
func (m *PimRpfHashBag) Reset()
func (*PimRpfHashBag) String ¶
func (m *PimRpfHashBag) String() string
func (*PimRpfHashBag) XXX_DiscardUnknown ¶
func (m *PimRpfHashBag) XXX_DiscardUnknown()
func (*PimRpfHashBag) XXX_Marshal ¶
func (m *PimRpfHashBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PimRpfHashBag) XXX_Merge ¶
func (m *PimRpfHashBag) XXX_Merge(src proto.Message)
func (*PimRpfHashBag) XXX_Size ¶
func (m *PimRpfHashBag) XXX_Size() int
func (*PimRpfHashBag) XXX_Unmarshal ¶
func (m *PimRpfHashBag) XXX_Unmarshal(b []byte) error
type PimRpfHashBag_KEYS ¶
type PimRpfHashBag_KEYS struct { SafName string `protobuf:"bytes,1,opt,name=saf_name,json=safName,proto3" json:"saf_name,omitempty"` TopologyName string `protobuf:"bytes,2,opt,name=topology_name,json=topologyName,proto3" json:"topology_name,omitempty"` SourceAddress string `protobuf:"bytes,3,opt,name=source_address,json=sourceAddress,proto3" json:"source_address,omitempty"` GroupAddress string `protobuf:"bytes,4,opt,name=group_address,json=groupAddress,proto3" json:"group_address,omitempty"` MaskLength uint32 `protobuf:"varint,5,opt,name=mask_length,json=maskLength,proto3" json:"mask_length,omitempty"` Mofrr uint32 `protobuf:"varint,6,opt,name=mofrr,proto3" json:"mofrr,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PimRpfHashBag_KEYS) Descriptor ¶
func (*PimRpfHashBag_KEYS) Descriptor() ([]byte, []int)
func (*PimRpfHashBag_KEYS) GetGroupAddress ¶
func (m *PimRpfHashBag_KEYS) GetGroupAddress() string
func (*PimRpfHashBag_KEYS) GetMaskLength ¶
func (m *PimRpfHashBag_KEYS) GetMaskLength() uint32
func (*PimRpfHashBag_KEYS) GetMofrr ¶
func (m *PimRpfHashBag_KEYS) GetMofrr() uint32
func (*PimRpfHashBag_KEYS) GetSafName ¶
func (m *PimRpfHashBag_KEYS) GetSafName() string
func (*PimRpfHashBag_KEYS) GetSourceAddress ¶
func (m *PimRpfHashBag_KEYS) GetSourceAddress() string
func (*PimRpfHashBag_KEYS) GetTopologyName ¶
func (m *PimRpfHashBag_KEYS) GetTopologyName() string
func (*PimRpfHashBag_KEYS) ProtoMessage ¶
func (*PimRpfHashBag_KEYS) ProtoMessage()
func (*PimRpfHashBag_KEYS) Reset ¶
func (m *PimRpfHashBag_KEYS) Reset()
func (*PimRpfHashBag_KEYS) String ¶
func (m *PimRpfHashBag_KEYS) String() string
func (*PimRpfHashBag_KEYS) XXX_DiscardUnknown ¶
func (m *PimRpfHashBag_KEYS) XXX_DiscardUnknown()
func (*PimRpfHashBag_KEYS) XXX_Marshal ¶
func (m *PimRpfHashBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PimRpfHashBag_KEYS) XXX_Merge ¶
func (m *PimRpfHashBag_KEYS) XXX_Merge(src proto.Message)
func (*PimRpfHashBag_KEYS) XXX_Size ¶
func (m *PimRpfHashBag_KEYS) XXX_Size() int
func (*PimRpfHashBag_KEYS) XXX_Unmarshal ¶
func (m *PimRpfHashBag_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.