policy_types

package
v0.0.0-...-fac1166 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

This module contains general data definitions for use in routing policy. It can be imported by modules that contain protocol- specific policy conditions and actions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ATTRIBUTECOMPARISON

type ATTRIBUTECOMPARISON struct {
}

func (ATTRIBUTECOMPARISON) String

func (id ATTRIBUTECOMPARISON) String() string

type ATTRIBUTEEQ

type ATTRIBUTEEQ struct {
}

func (ATTRIBUTEEQ) String

func (id ATTRIBUTEEQ) String() string

type ATTRIBUTEGE

type ATTRIBUTEGE struct {
}

func (ATTRIBUTEGE) String

func (id ATTRIBUTEGE) String() string

type ATTRIBUTELE

type ATTRIBUTELE struct {
}

func (ATTRIBUTELE) String

func (id ATTRIBUTELE) String() string

type BGP

type BGP struct {
}

func (BGP) String

func (id BGP) String() string

type DIRECTLYCONNECTED

type DIRECTLYCONNECTED struct {
}

func (DIRECTLYCONNECTED) String

func (id DIRECTLYCONNECTED) String() string

type INSTALLPROTOCOLTYPE

type INSTALLPROTOCOLTYPE struct {
}

func (INSTALLPROTOCOLTYPE) String

func (id INSTALLPROTOCOLTYPE) String() string

type ISIS

type ISIS struct {
}

func (ISIS) String

func (id ISIS) String() string

type LOCALAGGREGATE

type LOCALAGGREGATE struct {
}

func (LOCALAGGREGATE) String

func (id LOCALAGGREGATE) String() string

type MatchSetOptionsRestrictedType

type MatchSetOptionsRestrictedType string

MatchSetOptionsRestrictedType represents restricted version of the match-set-options-type.

const (
	// match is true if given value matches any member
	// of the defined set
	MatchSetOptionsRestrictedType_ANY MatchSetOptionsRestrictedType = "ANY"

	// match is true if given value does not match any
	// member of the defined set
	MatchSetOptionsRestrictedType_INVERT MatchSetOptionsRestrictedType = "INVERT"
)

type MatchSetOptionsType

type MatchSetOptionsType string

MatchSetOptionsType represents of the members of the defined set

const (
	// match is true if given value matches any member
	// of the defined set
	MatchSetOptionsType_ANY MatchSetOptionsType = "ANY"

	// match is true if given value matches all
	// members of the defined set
	MatchSetOptionsType_ALL MatchSetOptionsType = "ALL"

	// match is true if given value does not match any
	// member of the defined set
	MatchSetOptionsType_INVERT MatchSetOptionsType = "INVERT"
)

type OSPF

type OSPF struct {
}

func (OSPF) String

func (id OSPF) String() string

type OSPF3

type OSPF3 struct {
}

func (OSPF3) String

func (id OSPF3) String() string

type STATIC

type STATIC struct {
}

func (STATIC) String

func (id STATIC) String() string

Jump to

Keyboard shortcuts

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