Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-28 | Document config API and provide examples | Carl Baldwin | |
2019-08-28 | Pass context through configuration code | Carl Baldwin | |
2019-08-28 | Move ReadConfigFileOnSighup to gobgpd main | Carl Baldwin | |
Reloading the config file on SIGHUP is behavior specific to gobgpd. Attempts to expose it through the config API was awkward and could make the api more confusing to use. This change moves that functionality up into the gobgpd main and out of the library. | |||
2019-08-28 | Remove last remants of internal_cfg | Carl Baldwin | |
2019-08-28 | Switch away from channel for one-off dry run | Carl Baldwin | |
2019-08-28 | Move code to new public config package | Carl Baldwin | |