Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ASPathPrependAction ¶
type ASPathPrependAction struct {
// contains filtered or unexported fields
}
func NewASPathPrependAction ¶
func NewASPathPrependAction(asn uint32, times uint16) *ASPathPrependAction
func (*ASPathPrependAction) Equal ¶
func (a *ASPathPrependAction) Equal(b Action) bool
Equal compares actions
type AcceptAction ¶
type AcceptAction struct { }
AcceptAction accepts a path and terminates processing of filters
func NewAcceptAction ¶
func NewAcceptAction() *AcceptAction
NewAcceptAction returns a new AcceptAction
type AddCommunityAction ¶
type AddCommunityAction struct {
// contains filtered or unexported fields
}
func NewAddCommunityAction ¶
func NewAddCommunityAction(coms *types.Communities) *AddCommunityAction
type AddLargeCommunityAction ¶
type AddLargeCommunityAction struct {
// contains filtered or unexported fields
}
func NewAddLargeCommunityAction ¶
func NewAddLargeCommunityAction(coms *types.LargeCommunities) *AddLargeCommunityAction
type RejectAction ¶
type RejectAction struct { }
RejectAction rejects a prefix and terminates filter processing
func NewRejectAction ¶
func NewRejectAction() *RejectAction
type SetLocalPrefAction ¶
type SetLocalPrefAction struct {
// contains filtered or unexported fields
}
func NewSetLocalPrefAction ¶
func NewSetLocalPrefAction(pref uint32) *SetLocalPrefAction
func (*SetLocalPrefAction) Equal ¶
func (a *SetLocalPrefAction) Equal(b Action) bool
Equal compares actions
type SetMEDAction ¶
type SetMEDAction struct {
// contains filtered or unexported fields
}
SetMEDAction sets the BGP MED
func NewSetMEDAction ¶
func NewSetMEDAction(med uint32) *SetMEDAction
NewSetMEDAction creates new SetMEDAction
type SetNextHopAction ¶
type SetNextHopAction struct {
// contains filtered or unexported fields
}
func NewSetNextHopAction ¶
func NewSetNextHopAction(ip *bnet.IP) *SetNextHopAction
func (*SetNextHopAction) Equal ¶
func (a *SetNextHopAction) Equal(b Action) bool
Equal compares actions
Click to show internal directories.
Click to hide internal directories.