From 58946b7924840f1effc993e95440266479c668d5 Mon Sep 17 00:00:00 2001 From: ISHIDA Wataru Date: Mon, 28 Dec 2015 21:02:03 +0900 Subject: config: make config/state variable name simple Signed-off-by: ISHIDA Wataru --- docs/sources/rpki.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/sources/rpki.md') 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 -- cgit v1.2.3