Files
osrg-gobgp/docs/sources
Kevin KirscheandGitHub a7e6068fbd Fix error in BGP Confederation syntax
Sorry about this, I had forgot that TOML subtables require the name of the parent table in their path's. I've validated this configuration:

```
root@kkirsche-dev:/home/kkirsche# ./gobgpd -f config.toml
{"level":"info","msg":"gobgpd started","time":"2019-08-28T18:32:23Z"}
{"Topic":"Config","level":"info","msg":"Finished reading the config file","time":"2019-08-28T18:32:23Z"}
{"level":"info","msg":"Peer 10.0.0.2 is added","time":"2019-08-28T18:32:23Z"}
{"Topic":"Peer","level":"info","msg":"Add a peer configuration for:10.0.0.2","time":"2019-08-28T18:32:23Z"}
```

```
root@kkirsche-dev:# cat config.toml
[global]
  [global.config]
    as = 65001
    router-id = "10.0.0.1"
  [global.confederation.config]
    enabled = true
    identifier = 30
    member-as-list = [ 65002 ]
```
2019-08-28 14:33:00 -04:00
..
2018-04-02 16:16:01 +09:00
2019-05-16 20:59:53 +09:00
2019-04-11 07:30:35 +09:00
2019-01-31 12:21:16 -08:00
2018-04-02 16:16:01 +09:00
2016-04-09 16:55:56 +09:00
2016-04-09 16:55:56 +09:00
2019-05-26 19:39:43 +09:00