index
:
gobgp
build
extended-community-comment
makefile
master
transport
wireguard
BGP implemented in the Go Programming Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
config
/
serve.go
Age
Commit message (
Expand
)
Author
2017-12-16
config: Move some functions to util.go
Satoshi Fujimoto
2017-06-16
server: Support Dynamic Neighbor
Satoshi Fujimoto
2017-06-16
config: Use State to get NeighborAddress instead of Config
Satoshi Fujimoto
2017-06-07
replace github.com/Sirupsen/logrus with github.com/sirupsen/logrus
FUJITA Tomonori
2017-06-05
*: Support Peer-Group Configuration
Satoshi Fujimoto
2017-01-16
config: Detect config file type automatically
IWASE Yusuke
2016-07-30
all logging is done with log.WithFields
dsp
2016-07-29
config: curve out code specific to default neighbor config setting
ISHIDA Wataru
2016-05-23
add collector feature
FUJITA Tomonori
2016-05-17
zebra: make zebra config consistent with the rests
FUJITA Tomonori
2016-05-09
config: fix ReadConfigfileServe() not to loop endlessly
ISHIDA Wataru
2016-04-27
config: support reload of AdminDown
ISHIDA Wataru
2016-04-22
config: fix bug of UpdateConfig()
ISHIDA Wataru
2016-04-19
server: support prefix-limit re-configuration via configuration file
ISHIDA Wataru
2016-04-19
config: use Equal() instead of reflect.DeepEqual()
ISHIDA Wataru
2016-04-19
config/gobgpd: refactoring
ISHIDA Wataru
2016-03-20
server: change mrt config format
FUJITA Tomonori
2016-03-20
server: support mrt dump rotation like Quagga
FUJITA Tomonori
2016-03-17
config: move Mrt/Bmp configuration outside of Global configuration
ISHIDA Wataru
2016-03-16
server: move SIGHUP handling to config file reader goroutine
FUJITA Tomonori
2016-02-12
config: validate when unmarshalling configuration
ISHIDA Wataru
2016-01-09
config: refactor config structure
ISHIDA Wataru
2015-12-29
config: use viper and support multiple configuration formats
ISHIDA Wataru
2015-12-28
config: make config/state variable name simple
ISHIDA Wataru
2015-10-06
add log messages at bootup
FUJITA Tomonori
2015-08-06
config: don't crash when failing to reload config file
FUJITA Tomonori
2015-08-05
fix policy dynamic update
FUJITA Tomonori
2015-07-31
config: use the latest openconfig yang
Hiroshi Yokoi
2015-03-24
policy: apply import/export policy
Hiroshi Yokoi
2015-03-05
config: validate route family configuraiton
FUJITA Tomonori
2015-03-03
update the whole code for the latest openconfig yang files
FUJITA Tomonori
2015-02-25
config: set default config value only when not specified
FUJITA Tomonori
2015-01-26
config: make config file failure Fatal
FUJITA Tomonori
2014-11-25
config: add helper functions to handle config file
FUJITA Tomonori