Documentation ¶
Overview ¶
Cisco-IOS-XR-ipv4-pim-oper:ipv6-pim/active/default-context/gre/gre-hashes/gre-hash
Index ¶
- type PimGreHashBag
- func (*PimGreHashBag) Descriptor() ([]byte, []int)
- func (m *PimGreHashBag) GetNextHopInterface() string
- func (*PimGreHashBag) ProtoMessage()
- func (m *PimGreHashBag) Reset()
- func (m *PimGreHashBag) String() string
- func (m *PimGreHashBag) XXX_DiscardUnknown()
- func (m *PimGreHashBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PimGreHashBag) XXX_Merge(src proto.Message)
- func (m *PimGreHashBag) XXX_Size() int
- func (m *PimGreHashBag) XXX_Unmarshal(b []byte) error
- type PimGreHashBag_KEYS
- func (*PimGreHashBag_KEYS) Descriptor() ([]byte, []int)
- func (m *PimGreHashBag_KEYS) GetDestinationAddress() string
- func (m *PimGreHashBag_KEYS) GetIfname() string
- func (m *PimGreHashBag_KEYS) GetSourceAddress() string
- func (*PimGreHashBag_KEYS) ProtoMessage()
- func (m *PimGreHashBag_KEYS) Reset()
- func (m *PimGreHashBag_KEYS) String() string
- func (m *PimGreHashBag_KEYS) XXX_DiscardUnknown()
- func (m *PimGreHashBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PimGreHashBag_KEYS) XXX_Merge(src proto.Message)
- func (m *PimGreHashBag_KEYS) XXX_Size() int
- func (m *PimGreHashBag_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PimGreHashBag ¶
type PimGreHashBag struct { NextHopInterface string `protobuf:"bytes,50,opt,name=next_hop_interface,json=nextHopInterface,proto3" json:"next_hop_interface,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PimGreHashBag) Descriptor ¶
func (*PimGreHashBag) Descriptor() ([]byte, []int)
func (*PimGreHashBag) GetNextHopInterface ¶
func (m *PimGreHashBag) GetNextHopInterface() string
func (*PimGreHashBag) ProtoMessage ¶
func (*PimGreHashBag) ProtoMessage()
func (*PimGreHashBag) Reset ¶
func (m *PimGreHashBag) Reset()
func (*PimGreHashBag) String ¶
func (m *PimGreHashBag) String() string
func (*PimGreHashBag) XXX_DiscardUnknown ¶
func (m *PimGreHashBag) XXX_DiscardUnknown()
func (*PimGreHashBag) XXX_Marshal ¶
func (m *PimGreHashBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PimGreHashBag) XXX_Merge ¶
func (m *PimGreHashBag) XXX_Merge(src proto.Message)
func (*PimGreHashBag) XXX_Size ¶
func (m *PimGreHashBag) XXX_Size() int
func (*PimGreHashBag) XXX_Unmarshal ¶
func (m *PimGreHashBag) XXX_Unmarshal(b []byte) error
type PimGreHashBag_KEYS ¶
type PimGreHashBag_KEYS struct { SourceAddress string `protobuf:"bytes,1,opt,name=source_address,json=sourceAddress,proto3" json:"source_address,omitempty"` DestinationAddress string `protobuf:"bytes,2,opt,name=destination_address,json=destinationAddress,proto3" json:"destination_address,omitempty"` Ifname string `protobuf:"bytes,3,opt,name=ifname,proto3" json:"ifname,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PimGreHashBag_KEYS) Descriptor ¶
func (*PimGreHashBag_KEYS) Descriptor() ([]byte, []int)
func (*PimGreHashBag_KEYS) GetDestinationAddress ¶
func (m *PimGreHashBag_KEYS) GetDestinationAddress() string
func (*PimGreHashBag_KEYS) GetIfname ¶
func (m *PimGreHashBag_KEYS) GetIfname() string
func (*PimGreHashBag_KEYS) GetSourceAddress ¶
func (m *PimGreHashBag_KEYS) GetSourceAddress() string
func (*PimGreHashBag_KEYS) ProtoMessage ¶
func (*PimGreHashBag_KEYS) ProtoMessage()
func (*PimGreHashBag_KEYS) Reset ¶
func (m *PimGreHashBag_KEYS) Reset()
func (*PimGreHashBag_KEYS) String ¶
func (m *PimGreHashBag_KEYS) String() string
func (*PimGreHashBag_KEYS) XXX_DiscardUnknown ¶
func (m *PimGreHashBag_KEYS) XXX_DiscardUnknown()
func (*PimGreHashBag_KEYS) XXX_Marshal ¶
func (m *PimGreHashBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PimGreHashBag_KEYS) XXX_Merge ¶
func (m *PimGreHashBag_KEYS) XXX_Merge(src proto.Message)
func (*PimGreHashBag_KEYS) XXX_Size ¶
func (m *PimGreHashBag_KEYS) XXX_Size() int
func (*PimGreHashBag_KEYS) XXX_Unmarshal ¶
func (m *PimGreHashBag_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.