diff options
author | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2015-08-05 16:01:30 +0900 |
---|---|---|
committer | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2015-08-05 16:08:11 +0900 |
commit | b04d28518aa00b0d7faec7efdb729b78b90c529e (patch) | |
tree | 58aeec7d343f43e4f783944bc7e795b95bd38688 /docs/sources/cli-operations.md | |
parent | ca99c628a1a1aa65b3a32d42117d0ed712330b68 (diff) |
doc: change documents associated with OpenConfig update
Diffstat (limited to 'docs/sources/cli-operations.md')
-rw-r--r-- | docs/sources/cli-operations.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/sources/cli-operations.md b/docs/sources/cli-operations.md index 2af84e1a..66fbe367 100644 --- a/docs/sources/cli-operations.md +++ b/docs/sources/cli-operations.md @@ -41,21 +41,24 @@ should be like the following. NeighborAddress = "10.0.255.1" PeerAs = 65001 [Neighbors.NeighborList.RouteServer] - RouteServerClient = true + [Neighbors.NeighborList.RouteServer.RouteServerConfig] + RouteServerClient = true [[Neighbors.NeighborList]] [Neighbors.NeighborList.NeighborConfig] NeighborAddress = "10.0.255.2" PeerAs = 65002 [Neighbors.NeighborList.RouteServer] - RouteServerClient = true + [Neighbors.NeighborList.RouteServer.RouteServerConfig] + RouteServerClient = true [[Neighbors.NeighborList]] [Neighbors.NeighborList.NeighborConfig] NeighborAddress = "10.0.255.3" PeerAs = 65003 [Neighbors.NeighborList.RouteServer] - RouteServerClient = true + [Neighbors.NeighborList.RouteServer.RouteServerConfig] + RouteServerClient = true ``` After you send `HUP` signal (`kill` command), you should see 10.0.255.3 peer. |