summaryrefslogtreecommitdiffhomepage
path: root/config/serve.go
AgeCommit message (Expand)Author
2018-06-22Fixing all megacheck errors.Jeff Bean
2018-06-05config: Improve golint resultsIWASE Yusuke
2018-05-10config: Enable to configure VRF via config fileIWASE Yusuke
2017-12-16config: Move some functions to util.goSatoshi Fujimoto
2017-06-16server: Support Dynamic NeighborSatoshi Fujimoto
2017-06-16config: Use State to get NeighborAddress instead of ConfigSatoshi Fujimoto
2017-06-07replace github.com/Sirupsen/logrus with github.com/sirupsen/logrusFUJITA Tomonori
2017-06-05*: Support Peer-Group ConfigurationSatoshi Fujimoto
2017-01-16config: Detect config file type automaticallyIWASE Yusuke
2016-07-30all logging is done with log.WithFieldsdsp
2016-07-29config: curve out code specific to default neighbor config settingISHIDA Wataru
2016-05-23add collector featureFUJITA Tomonori
2016-05-17zebra: make zebra config consistent with the restsFUJITA Tomonori
2016-05-09config: fix ReadConfigfileServe() not to loop endlesslyISHIDA Wataru
2016-04-27config: support reload of AdminDownISHIDA Wataru
2016-04-22config: fix bug of UpdateConfig()ISHIDA Wataru
2016-04-19server: support prefix-limit re-configuration via configuration fileISHIDA Wataru
2016-04-19config: use Equal() instead of reflect.DeepEqual()ISHIDA Wataru
2016-04-19config/gobgpd: refactoringISHIDA Wataru
2016-03-20server: change mrt config formatFUJITA Tomonori
2016-03-20server: support mrt dump rotation like QuaggaFUJITA Tomonori
2016-03-17config: move Mrt/Bmp configuration outside of Global configurationISHIDA Wataru
2016-03-16server: move SIGHUP handling to config file reader goroutineFUJITA Tomonori
2016-02-12config: validate when unmarshalling configurationISHIDA Wataru
2016-01-09config: refactor config structureISHIDA Wataru
2015-12-29config: use viper and support multiple configuration formatsISHIDA Wataru
2015-12-28config: make config/state variable name simpleISHIDA Wataru
2015-10-06add log messages at bootupFUJITA Tomonori
2015-08-06config: don't crash when failing to reload config fileFUJITA Tomonori
2015-08-05fix policy dynamic updateFUJITA Tomonori
2015-07-31config: use the latest openconfig yangHiroshi Yokoi
2015-03-24policy: apply import/export policyHiroshi Yokoi
2015-03-05config: validate route family configuraitonFUJITA Tomonori
2015-03-03update the whole code for the latest openconfig yang filesFUJITA Tomonori
2015-02-25config: set default config value only when not specifiedFUJITA Tomonori
2015-01-26config: make config file failure FatalFUJITA Tomonori
2014-11-25config: add helper functions to handle config fileFUJITA Tomonori