summaryrefslogtreecommitdiffhomepage
path: root/docs/sources/cli-operations.md
diff options
context:
space:
mode:
authorISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2015-12-28 21:02:03 +0900
committerISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2015-12-28 21:02:03 +0900
commit58946b7924840f1effc993e95440266479c668d5 (patch)
treeac6fe1387af028f49a93f9f74f5bcf6ae694a376 /docs/sources/cli-operations.md
parent7a2b3951160804c6895714621099168e8e56aa74 (diff)
config: make config/state variable name simple
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'docs/sources/cli-operations.md')
-rw-r--r--docs/sources/cli-operations.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/sources/cli-operations.md b/docs/sources/cli-operations.md
index 66fbe367..dd1cc560 100644
--- a/docs/sources/cli-operations.md
+++ b/docs/sources/cli-operations.md
@@ -31,33 +31,33 @@ should be like the following.
```
[Global]
- [Global.GlobalConfig]
+ [Global.Config]
As = 64512
RouterId = "192.168.255.1"
[Neighbors]
[[Neighbors.NeighborList]]
- [Neighbors.NeighborList.NeighborConfig]
+ [Neighbors.NeighborList.Config]
NeighborAddress = "10.0.255.1"
PeerAs = 65001
[Neighbors.NeighborList.RouteServer]
- [Neighbors.NeighborList.RouteServer.RouteServerConfig]
+ [Neighbors.NeighborList.RouteServer.Config]
RouteServerClient = true
[[Neighbors.NeighborList]]
- [Neighbors.NeighborList.NeighborConfig]
+ [Neighbors.NeighborList.Config]
NeighborAddress = "10.0.255.2"
PeerAs = 65002
[Neighbors.NeighborList.RouteServer]
- [Neighbors.NeighborList.RouteServer.RouteServerConfig]
+ [Neighbors.NeighborList.RouteServer.Config]
RouteServerClient = true
[[Neighbors.NeighborList]]
- [Neighbors.NeighborList.NeighborConfig]
+ [Neighbors.NeighborList.Config]
NeighborAddress = "10.0.255.3"
PeerAs = 65003
[Neighbors.NeighborList.RouteServer]
- [Neighbors.NeighborList.RouteServer.RouteServerConfig]
+ [Neighbors.NeighborList.RouteServer.Config]
RouteServerClient = true
```
@@ -119,4 +119,4 @@ $ gobgp neighbor 10.0.255.1 softresetout
```
-You can know more about gobgp command syntax [here](https://github.com/osrg/gobgp/blob/master/docs/sources/cli-command-syntax.md). \ No newline at end of file
+You can know more about gobgp command syntax [here](https://github.com/osrg/gobgp/blob/master/docs/sources/cli-command-syntax.md).