Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-16 | config: Detect config file type automatically | IWASE Yusuke | |
This patch enables to automatically detect the type of config file by retrieving the extension from the config file name. e.g.) "gobgpd.toml" will be assumed as TOML formatted file. Note: This feature will override the format specified with the cli "--config-type" option. Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com> |