Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { RouteID string // local router ID RouteASN uint32 // local and upstream ASN RoutePeer []string // upstream BGP peer(s) DockerNetwork []string // names of watched docker network(s) DockerDefaultRoute net.IP // default route within container }
Config represents application configuration
func ParseFlags ¶
ParseFlags parses command line arguments and populates the application configuration
Click to show internal directories.
Click to hide internal directories.