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 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 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" )
Click to show internal directories.
Click to hide internal directories.