Documentation ¶
Index ¶
- Constants
- Variables
- type ISISXConnection
- func (*ISISXConnection) Descriptor() ([]byte, []int)deprecated
- func (x *ISISXConnection) GetInputInterface() string
- func (x *ISISXConnection) GetOutputInterface() string
- func (*ISISXConnection) ProtoMessage()
- func (x *ISISXConnection) ProtoReflect() protoreflect.Message
- func (x *ISISXConnection) Reset()
- func (x *ISISXConnection) String() string
Constants ¶
View Source
const ModuleName = "vpp.isisx"
ModuleName is the name of the module used for models.
Variables ¶
View Source
var File_isisx_isisx_proto protoreflect.FileDescriptor
View Source
var ModelISISX models.KnownModel
Functions ¶
This section is empty.
Types ¶
type ISISXConnection ¶
type ISISXConnection struct { // Name of input interface InputInterface string `protobuf:"bytes,1,opt,name=input_interface,json=inputInterface,proto3" json:"input_interface,omitempty"` // Name of outgoing interface OutputInterface string `protobuf:"bytes,2,opt,name=output_interface,json=outputInterface,proto3" json:"output_interface,omitempty"` // contains filtered or unexported fields }
Unidirectional cross-connection between 2 interfaces that will cross-connect only ISIS protocol data traffic
func (*ISISXConnection) Descriptor
deprecated
func (*ISISXConnection) Descriptor() ([]byte, []int)
Deprecated: Use ISISXConnection.ProtoReflect.Descriptor instead.
func (*ISISXConnection) GetInputInterface ¶
func (x *ISISXConnection) GetInputInterface() string
func (*ISISXConnection) GetOutputInterface ¶
func (x *ISISXConnection) GetOutputInterface() string
func (*ISISXConnection) ProtoMessage ¶
func (*ISISXConnection) ProtoMessage()
func (*ISISXConnection) ProtoReflect ¶
func (x *ISISXConnection) ProtoReflect() protoreflect.Message
func (*ISISXConnection) Reset ¶
func (x *ISISXConnection) Reset()
func (*ISISXConnection) String ¶
func (x *ISISXConnection) String() string
Click to show internal directories.
Click to hide internal directories.