Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Opts struct { Bgp bool `short:"b" long:"bgp" description:"Connect and Sync with GoBGP server"` Version bool `short:"v" long:"version" description:"Show loxilb version"` NoApi bool `short:"a" long:"api" description:"Run Rest API server"` NoNlp bool `short:"n" long:"nonlp" description:"Do not register with nlp"` Host string `long:"host" description:"the IP to listen on" default:"localhost" env:"HOST"` Port int `long:"port" description:"the port to listen on for insecure connections" default:"11111" env:"PORT"` TLSHost string `long:"tls-host" description:"the IP to listen on for tls, when not specified it's the same as --host" env:"TLS_HOST"` TLSPort int `long:"tls-port" description:"the port to listen on for secure connections" default:"8091" env:"TLS_PORT"` TLSCertificate flags.Filename `` /* 142-byte string literal not displayed */ TLSCertificateKey flags.Filename `` /* 134-byte string literal not displayed */ }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.