cisco_ios_xr_l2vpn_oper_l2vpnv2_nodes_node_pseudowire_classes_pseudowire_class

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-l2vpn-oper:l2vpnv2/nodes/node/pseudowire-classes/pseudowire-class

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type L2VpnEncapPwClass

type L2VpnEncapPwClass struct {
	Encapsulation        string              `protobuf:"bytes,1,opt,name=encapsulation,proto3" json:"encapsulation,omitempty"`
	L2Tpv3               *L2VpnL2Tpv3PwClass `protobuf:"bytes,2,opt,name=l2tpv3,proto3" json:"l2tpv3,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*L2VpnEncapPwClass) Descriptor

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

func (*L2VpnEncapPwClass) GetEncapsulation

func (m *L2VpnEncapPwClass) GetEncapsulation() string

func (*L2VpnEncapPwClass) GetL2Tpv3

func (m *L2VpnEncapPwClass) GetL2Tpv3() *L2VpnL2Tpv3PwClass

func (*L2VpnEncapPwClass) ProtoMessage

func (*L2VpnEncapPwClass) ProtoMessage()

func (*L2VpnEncapPwClass) Reset

func (m *L2VpnEncapPwClass) Reset()

func (*L2VpnEncapPwClass) String

func (m *L2VpnEncapPwClass) String() string

func (*L2VpnEncapPwClass) XXX_DiscardUnknown

func (m *L2VpnEncapPwClass) XXX_DiscardUnknown()

func (*L2VpnEncapPwClass) XXX_Marshal

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

func (*L2VpnEncapPwClass) XXX_Merge

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

func (*L2VpnEncapPwClass) XXX_Size

func (m *L2VpnEncapPwClass) XXX_Size() int

func (*L2VpnEncapPwClass) XXX_Unmarshal

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

type L2VpnL2Tpv3PwClass

type L2VpnL2Tpv3PwClass struct {
	L2TpClassName        string   `protobuf:"bytes,1,opt,name=l2tp_class_name,json=l2tpClassName,proto3" json:"l2tp_class_name,omitempty"`
	Ipv4SourceAddress    string   `protobuf:"bytes,2,opt,name=ipv4_source_address,json=ipv4SourceAddress,proto3" json:"ipv4_source_address,omitempty"`
	PathMtuEnabled       bool     `protobuf:"varint,3,opt,name=path_mtu_enabled,json=pathMtuEnabled,proto3" json:"path_mtu_enabled,omitempty"`
	PathMtuMaxValue      uint32   `protobuf:"varint,4,opt,name=path_mtu_max_value,json=pathMtuMaxValue,proto3" json:"path_mtu_max_value,omitempty"`
	DontFragmentBit      bool     `protobuf:"varint,5,opt,name=dont_fragment_bit,json=dontFragmentBit,proto3" json:"dont_fragment_bit,omitempty"`
	TosMode              string   `protobuf:"bytes,6,opt,name=tos_mode,json=tosMode,proto3" json:"tos_mode,omitempty"`
	Tos                  uint32   `protobuf:"varint,7,opt,name=tos,proto3" json:"tos,omitempty"`
	Ttl                  uint32   `protobuf:"varint,8,opt,name=ttl,proto3" json:"ttl,omitempty"`
	CookieSize           uint32   `protobuf:"varint,9,opt,name=cookie_size,json=cookieSize,proto3" json:"cookie_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnL2Tpv3PwClass) Descriptor

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

func (*L2VpnL2Tpv3PwClass) GetCookieSize

func (m *L2VpnL2Tpv3PwClass) GetCookieSize() uint32

func (*L2VpnL2Tpv3PwClass) GetDontFragmentBit

func (m *L2VpnL2Tpv3PwClass) GetDontFragmentBit() bool

func (*L2VpnL2Tpv3PwClass) GetIpv4SourceAddress

func (m *L2VpnL2Tpv3PwClass) GetIpv4SourceAddress() string

func (*L2VpnL2Tpv3PwClass) GetL2TpClassName

func (m *L2VpnL2Tpv3PwClass) GetL2TpClassName() string

func (*L2VpnL2Tpv3PwClass) GetPathMtuEnabled

func (m *L2VpnL2Tpv3PwClass) GetPathMtuEnabled() bool

func (*L2VpnL2Tpv3PwClass) GetPathMtuMaxValue

func (m *L2VpnL2Tpv3PwClass) GetPathMtuMaxValue() uint32

func (*L2VpnL2Tpv3PwClass) GetTos

func (m *L2VpnL2Tpv3PwClass) GetTos() uint32

func (*L2VpnL2Tpv3PwClass) GetTosMode

func (m *L2VpnL2Tpv3PwClass) GetTosMode() string

func (*L2VpnL2Tpv3PwClass) GetTtl

func (m *L2VpnL2Tpv3PwClass) GetTtl() uint32

func (*L2VpnL2Tpv3PwClass) ProtoMessage

func (*L2VpnL2Tpv3PwClass) ProtoMessage()

func (*L2VpnL2Tpv3PwClass) Reset

func (m *L2VpnL2Tpv3PwClass) Reset()

func (*L2VpnL2Tpv3PwClass) String

func (m *L2VpnL2Tpv3PwClass) String() string

func (*L2VpnL2Tpv3PwClass) XXX_DiscardUnknown

func (m *L2VpnL2Tpv3PwClass) XXX_DiscardUnknown()

func (*L2VpnL2Tpv3PwClass) XXX_Marshal

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

func (*L2VpnL2Tpv3PwClass) XXX_Merge

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

func (*L2VpnL2Tpv3PwClass) XXX_Size

func (m *L2VpnL2Tpv3PwClass) XXX_Size() int

func (*L2VpnL2Tpv3PwClass) XXX_Unmarshal

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

type L2VpnPwClass

type L2VpnPwClass struct {
	PwClassName                  string               `protobuf:"bytes,50,opt,name=pw_class_name,json=pwClassName,proto3" json:"pw_class_name,omitempty"`
	ControlWord                  string               `protobuf:"bytes,51,opt,name=control_word,json=controlWord,proto3" json:"control_word,omitempty"`
	TransportMode                string               `protobuf:"bytes,52,opt,name=transport_mode,json=transportMode,proto3" json:"transport_mode,omitempty"`
	SequencingType               string               `protobuf:"bytes,53,opt,name=sequencing_type,json=sequencingType,proto3" json:"sequencing_type,omitempty"`
	ResyncEnabled                bool                 `protobuf:"varint,54,opt,name=resync_enabled,json=resyncEnabled,proto3" json:"resync_enabled,omitempty"`
	ResyncThreshold              uint32               `protobuf:"varint,55,opt,name=resync_threshold,json=resyncThreshold,proto3" json:"resync_threshold,omitempty"`
	Protocol                     string               `protobuf:"bytes,56,opt,name=protocol,proto3" json:"protocol,omitempty"`
	EncapsulationInfo            *L2VpnEncapPwClass   `protobuf:"bytes,57,opt,name=encapsulation_info,json=encapsulationInfo,proto3" json:"encapsulation_info,omitempty"`
	DisableNever                 bool                 `protobuf:"varint,58,opt,name=disable_never,json=disableNever,proto3" json:"disable_never,omitempty"`
	DisableDelay                 uint32               `protobuf:"varint,59,opt,name=disable_delay,json=disableDelay,proto3" json:"disable_delay,omitempty"`
	BackupMacWithdraw            bool                 `protobuf:"varint,60,opt,name=backup_mac_withdraw,json=backupMacWithdraw,proto3" json:"backup_mac_withdraw,omitempty"`
	TagRewrite                   uint32               `protobuf:"varint,61,opt,name=tag_rewrite,json=tagRewrite,proto3" json:"tag_rewrite,omitempty"`
	PreferredPath                *L2VpnPwMplsPrefpath `protobuf:"bytes,62,opt,name=preferred_path,json=preferredPath,proto3" json:"preferred_path,omitempty"`
	PreferredPathDisableFallback bool                 `` /* 151-byte string literal not displayed */
	LoadBalance                  string               `protobuf:"bytes,64,opt,name=load_balance,json=loadBalance,proto3" json:"load_balance,omitempty"`
	LocalSourceAddress           *L2VpnSourceAddress  `protobuf:"bytes,65,opt,name=local_source_address,json=localSourceAddress,proto3" json:"local_source_address,omitempty"`
	PwFlowLabelTypeCfg           string               `protobuf:"bytes,66,opt,name=pw_flow_label_type_cfg,json=pwFlowLabelTypeCfg,proto3" json:"pw_flow_label_type_cfg,omitempty"`
	PwFlowLabelCode17Disabled    bool                 `` /* 144-byte string literal not displayed */
	IsFlowLabelStatic            bool                 `protobuf:"varint,68,opt,name=is_flow_label_static,json=isFlowLabelStatic,proto3" json:"is_flow_label_static,omitempty"`
	XXX_NoUnkeyedLiteral         struct{}             `json:"-"`
	XXX_unrecognized             []byte               `json:"-"`
	XXX_sizecache                int32                `json:"-"`
}

func (*L2VpnPwClass) Descriptor

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

func (*L2VpnPwClass) GetBackupMacWithdraw

func (m *L2VpnPwClass) GetBackupMacWithdraw() bool

func (*L2VpnPwClass) GetControlWord

func (m *L2VpnPwClass) GetControlWord() string

func (*L2VpnPwClass) GetDisableDelay

func (m *L2VpnPwClass) GetDisableDelay() uint32

func (*L2VpnPwClass) GetDisableNever

func (m *L2VpnPwClass) GetDisableNever() bool

func (*L2VpnPwClass) GetEncapsulationInfo

func (m *L2VpnPwClass) GetEncapsulationInfo() *L2VpnEncapPwClass

func (*L2VpnPwClass) GetIsFlowLabelStatic

func (m *L2VpnPwClass) GetIsFlowLabelStatic() bool

func (*L2VpnPwClass) GetLoadBalance

func (m *L2VpnPwClass) GetLoadBalance() string

func (*L2VpnPwClass) GetLocalSourceAddress

func (m *L2VpnPwClass) GetLocalSourceAddress() *L2VpnSourceAddress

func (*L2VpnPwClass) GetPreferredPath

func (m *L2VpnPwClass) GetPreferredPath() *L2VpnPwMplsPrefpath

func (*L2VpnPwClass) GetPreferredPathDisableFallback

func (m *L2VpnPwClass) GetPreferredPathDisableFallback() bool

func (*L2VpnPwClass) GetProtocol

func (m *L2VpnPwClass) GetProtocol() string

func (*L2VpnPwClass) GetPwClassName

func (m *L2VpnPwClass) GetPwClassName() string

func (*L2VpnPwClass) GetPwFlowLabelCode17Disabled

func (m *L2VpnPwClass) GetPwFlowLabelCode17Disabled() bool

func (*L2VpnPwClass) GetPwFlowLabelTypeCfg

func (m *L2VpnPwClass) GetPwFlowLabelTypeCfg() string

func (*L2VpnPwClass) GetResyncEnabled

func (m *L2VpnPwClass) GetResyncEnabled() bool

func (*L2VpnPwClass) GetResyncThreshold

func (m *L2VpnPwClass) GetResyncThreshold() uint32

func (*L2VpnPwClass) GetSequencingType

func (m *L2VpnPwClass) GetSequencingType() string

func (*L2VpnPwClass) GetTagRewrite

func (m *L2VpnPwClass) GetTagRewrite() uint32

func (*L2VpnPwClass) GetTransportMode

func (m *L2VpnPwClass) GetTransportMode() string

func (*L2VpnPwClass) ProtoMessage

func (*L2VpnPwClass) ProtoMessage()

func (*L2VpnPwClass) Reset

func (m *L2VpnPwClass) Reset()

func (*L2VpnPwClass) String

func (m *L2VpnPwClass) String() string

func (*L2VpnPwClass) XXX_DiscardUnknown

func (m *L2VpnPwClass) XXX_DiscardUnknown()

func (*L2VpnPwClass) XXX_Marshal

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

func (*L2VpnPwClass) XXX_Merge

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

func (*L2VpnPwClass) XXX_Size

func (m *L2VpnPwClass) XXX_Size() int

func (*L2VpnPwClass) XXX_Unmarshal

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

type L2VpnPwClass_KEYS

type L2VpnPwClass_KEYS struct {
	NodeId               string   `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	PseudowireClassName  string   `protobuf:"bytes,2,opt,name=pseudowire_class_name,json=pseudowireClassName,proto3" json:"pseudowire_class_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnPwClass_KEYS) Descriptor

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

func (*L2VpnPwClass_KEYS) GetNodeId

func (m *L2VpnPwClass_KEYS) GetNodeId() string

func (*L2VpnPwClass_KEYS) GetPseudowireClassName

func (m *L2VpnPwClass_KEYS) GetPseudowireClassName() string

func (*L2VpnPwClass_KEYS) ProtoMessage

func (*L2VpnPwClass_KEYS) ProtoMessage()

func (*L2VpnPwClass_KEYS) Reset

func (m *L2VpnPwClass_KEYS) Reset()

func (*L2VpnPwClass_KEYS) String

func (m *L2VpnPwClass_KEYS) String() string

func (*L2VpnPwClass_KEYS) XXX_DiscardUnknown

func (m *L2VpnPwClass_KEYS) XXX_DiscardUnknown()

func (*L2VpnPwClass_KEYS) XXX_Marshal

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

func (*L2VpnPwClass_KEYS) XXX_Merge

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

func (*L2VpnPwClass_KEYS) XXX_Size

func (m *L2VpnPwClass_KEYS) XXX_Size() int

func (*L2VpnPwClass_KEYS) XXX_Unmarshal

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

type L2VpnPwMplsPrefpath

type L2VpnPwMplsPrefpath struct {
	Option                  string                   `protobuf:"bytes,1,opt,name=option,proto3" json:"option,omitempty"`
	NextHopIp               uint32                   `protobuf:"varint,2,opt,name=next_hop_ip,json=nextHopIp,proto3" json:"next_hop_ip,omitempty"`
	TeTunnelInterfaceNumber uint32                   `` /* 135-byte string literal not displayed */
	IpTunnelInterfaceNumber uint32                   `` /* 135-byte string literal not displayed */
	TpTunnelInterfaceNumber uint32                   `` /* 135-byte string literal not displayed */
	SrtePolicy              *L2VpnSrTePrefpath       `protobuf:"bytes,6,opt,name=srte_policy,json=srtePolicy,proto3" json:"srte_policy,omitempty"`
	TeNamedTunnel           *L2VpnTeNamedTunPrefpath `protobuf:"bytes,7,opt,name=te_named_tunnel,json=teNamedTunnel,proto3" json:"te_named_tunnel,omitempty"`
	XXX_NoUnkeyedLiteral    struct{}                 `json:"-"`
	XXX_unrecognized        []byte                   `json:"-"`
	XXX_sizecache           int32                    `json:"-"`
}

func (*L2VpnPwMplsPrefpath) Descriptor

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

func (*L2VpnPwMplsPrefpath) GetIpTunnelInterfaceNumber

func (m *L2VpnPwMplsPrefpath) GetIpTunnelInterfaceNumber() uint32

func (*L2VpnPwMplsPrefpath) GetNextHopIp

func (m *L2VpnPwMplsPrefpath) GetNextHopIp() uint32

func (*L2VpnPwMplsPrefpath) GetOption

func (m *L2VpnPwMplsPrefpath) GetOption() string

func (*L2VpnPwMplsPrefpath) GetSrtePolicy

func (m *L2VpnPwMplsPrefpath) GetSrtePolicy() *L2VpnSrTePrefpath

func (*L2VpnPwMplsPrefpath) GetTeNamedTunnel

func (m *L2VpnPwMplsPrefpath) GetTeNamedTunnel() *L2VpnTeNamedTunPrefpath

func (*L2VpnPwMplsPrefpath) GetTeTunnelInterfaceNumber

func (m *L2VpnPwMplsPrefpath) GetTeTunnelInterfaceNumber() uint32

func (*L2VpnPwMplsPrefpath) GetTpTunnelInterfaceNumber

func (m *L2VpnPwMplsPrefpath) GetTpTunnelInterfaceNumber() uint32

func (*L2VpnPwMplsPrefpath) ProtoMessage

func (*L2VpnPwMplsPrefpath) ProtoMessage()

func (*L2VpnPwMplsPrefpath) Reset

func (m *L2VpnPwMplsPrefpath) Reset()

func (*L2VpnPwMplsPrefpath) String

func (m *L2VpnPwMplsPrefpath) String() string

func (*L2VpnPwMplsPrefpath) XXX_DiscardUnknown

func (m *L2VpnPwMplsPrefpath) XXX_DiscardUnknown()

func (*L2VpnPwMplsPrefpath) XXX_Marshal

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

func (*L2VpnPwMplsPrefpath) XXX_Merge

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

func (*L2VpnPwMplsPrefpath) XXX_Size

func (m *L2VpnPwMplsPrefpath) XXX_Size() int

func (*L2VpnPwMplsPrefpath) XXX_Unmarshal

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

type L2VpnSourceAddress

type L2VpnSourceAddress struct {
	Configuration        string   `protobuf:"bytes,1,opt,name=configuration,proto3" json:"configuration,omitempty"`
	Address              string   `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnSourceAddress) Descriptor

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

func (*L2VpnSourceAddress) GetAddress

func (m *L2VpnSourceAddress) GetAddress() string

func (*L2VpnSourceAddress) GetConfiguration

func (m *L2VpnSourceAddress) GetConfiguration() string

func (*L2VpnSourceAddress) ProtoMessage

func (*L2VpnSourceAddress) ProtoMessage()

func (*L2VpnSourceAddress) Reset

func (m *L2VpnSourceAddress) Reset()

func (*L2VpnSourceAddress) String

func (m *L2VpnSourceAddress) String() string

func (*L2VpnSourceAddress) XXX_DiscardUnknown

func (m *L2VpnSourceAddress) XXX_DiscardUnknown()

func (*L2VpnSourceAddress) XXX_Marshal

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

func (*L2VpnSourceAddress) XXX_Merge

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

func (*L2VpnSourceAddress) XXX_Size

func (m *L2VpnSourceAddress) XXX_Size() int

func (*L2VpnSourceAddress) XXX_Unmarshal

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

type L2VpnSrTePrefpath

type L2VpnSrTePrefpath struct {
	PolicyName           string   `protobuf:"bytes,1,opt,name=policy_name,json=policyName,proto3" json:"policy_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnSrTePrefpath) Descriptor

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

func (*L2VpnSrTePrefpath) GetPolicyName

func (m *L2VpnSrTePrefpath) GetPolicyName() string

func (*L2VpnSrTePrefpath) ProtoMessage

func (*L2VpnSrTePrefpath) ProtoMessage()

func (*L2VpnSrTePrefpath) Reset

func (m *L2VpnSrTePrefpath) Reset()

func (*L2VpnSrTePrefpath) String

func (m *L2VpnSrTePrefpath) String() string

func (*L2VpnSrTePrefpath) XXX_DiscardUnknown

func (m *L2VpnSrTePrefpath) XXX_DiscardUnknown()

func (*L2VpnSrTePrefpath) XXX_Marshal

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

func (*L2VpnSrTePrefpath) XXX_Merge

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

func (*L2VpnSrTePrefpath) XXX_Size

func (m *L2VpnSrTePrefpath) XXX_Size() int

func (*L2VpnSrTePrefpath) XXX_Unmarshal

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

type L2VpnTeNamedTunPrefpath

type L2VpnTeNamedTunPrefpath struct {
	TeNamedTunnel        string   `protobuf:"bytes,1,opt,name=te_named_tunnel,json=teNamedTunnel,proto3" json:"te_named_tunnel,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnTeNamedTunPrefpath) Descriptor

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

func (*L2VpnTeNamedTunPrefpath) GetTeNamedTunnel

func (m *L2VpnTeNamedTunPrefpath) GetTeNamedTunnel() string

func (*L2VpnTeNamedTunPrefpath) ProtoMessage

func (*L2VpnTeNamedTunPrefpath) ProtoMessage()

func (*L2VpnTeNamedTunPrefpath) Reset

func (m *L2VpnTeNamedTunPrefpath) Reset()

func (*L2VpnTeNamedTunPrefpath) String

func (m *L2VpnTeNamedTunPrefpath) String() string

func (*L2VpnTeNamedTunPrefpath) XXX_DiscardUnknown

func (m *L2VpnTeNamedTunPrefpath) XXX_DiscardUnknown()

func (*L2VpnTeNamedTunPrefpath) XXX_Marshal

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

func (*L2VpnTeNamedTunPrefpath) XXX_Merge

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

func (*L2VpnTeNamedTunPrefpath) XXX_Size

func (m *L2VpnTeNamedTunPrefpath) XXX_Size() int

func (*L2VpnTeNamedTunPrefpath) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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