routing

package
v0.0.0-...-7b449fd Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2016 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AdvertizeNewRoute

func AdvertizeNewRoute(localPrefix *net.IPNet) error

func DiscoverDelete

func DiscoverDelete(isself bool, Address string) error

func DiscoverNew

func DiscoverNew(isself bool, Address string) error

func InitRoutingMonitering

func InitRoutingMonitering(masterIface string, managermode string, as string)

Types

type Host

type Host struct {
	Address string
	// contains filtered or unexported fields
}

type RoutingInterface

type RoutingInterface interface {
	StartMonitoring() error
	AdvertizeNewRoute(localPrefix *net.IPNet) error
	WithdrawRoute(localPrefix *net.IPNet) error
	DiscoverNew(isself bool, Address string) error
	DiscoverDelete(isself bool, Address string) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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