summaryrefslogtreecommitdiffhomepage
path: root/docs/sources/rpki.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/rpki.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/rpki.md')
-rw-r--r--docs/sources/rpki.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/sources/rpki.md b/docs/sources/rpki.md
index 552b0c48..f80098ec 100644
--- a/docs/sources/rpki.md
+++ b/docs/sources/rpki.md
@@ -21,30 +21,30 @@ setup but RPKI can be used with non route server setup.
```toml
[Global]
- [Global.GlobalConfig]
+ [Global.Config]
As = 64512
RouterId = "10.0.255.254"
[Neighbors]
[[Neighbors.NeighborList]]
- [Neighbors.NeighborList.NeighborConfig]
+ [Neighbors.NeighborList.Config]
PeerAs = 65001
NeighborAddress = "10.0.255.1"
[Neighbors.NeighborList.RouteServer]
- [Neighbors.NeighborList.RouteServer.RouteServerConfig]
+ [Neighbors.NeighborList.RouteServer.Config]
RouteServerClient = true
[[Neighbors.NeighborList]]
- [Neighbors.NeighborList.NeighborConfig]
+ [Neighbors.NeighborList.Config]
PeerAs = 65002
NeighborAddress = "10.0.255.2"
[Neighbors.NeighborList.RouteServer]
- [Neighbors.NeighborList.RouteServer.RouteServerConfig]
+ [Neighbors.NeighborList.RouteServer.Config]
RouteServerClient = true
[RpkiServers]
[[RpkiServers.RpkiServerList]]
- [RpkiServers.RpkiServerList.RpkiServerConfig]
+ [RpkiServers.RpkiServerList.Config]
Address = "210.173.170.254"
Port = 323
```
@@ -126,33 +126,33 @@ We add a policy to the above configuration.
```toml
[Global]
- [Global.GlobalConfig]
+ [Global.Config]
As = 64512
RouterId = "10.0.255.254"
[Neighbors]
[[Neighbors.NeighborList]]
- [Neighbors.NeighborList.NeighborConfig]
+ [Neighbors.NeighborList.Config]
PeerAs = 65001
NeighborAddress = "10.0.255.1"
[Neighbors.NeighborList.RouteServer]
- [Neighbors.NeighborList.RouteServer.RouteServerConfig]
+ [Neighbors.NeighborList.RouteServer.Config]
RouteServerClient = true
[[Neighbors.NeighborList]]
- [Neighbors.NeighborList.NeighborConfig]
+ [Neighbors.NeighborList.Config]
PeerAs = 65002
NeighborAddress = "10.0.255.2"
[Neighbors.NeighborList.RouteServer]
- [Neighbors.NeighborList.RouteServer.RouteServerConfig]
+ [Neighbors.NeighborList.RouteServer.Config]
RouteServerClient = true
[Neighbors.NeighborList.ApplyPolicy]
- [Neighbors.NeighborList.ApplyPolicy.ApplyPolicyConfig]
+ [Neighbors.NeighborList.ApplyPolicy.Config]
ImportPolicy = ["AS65002-IMPORT-RPKI"]
[RpkiServers]
[[RpkiServers.RpkiServerList]]
- [RpkiServers.RpkiServerList.RpkiServerConfig]
+ [RpkiServers.RpkiServerList.Config]
Address = "210.173.170.254"
Port = 323