From b04d28518aa00b0d7faec7efdb729b78b90c529e Mon Sep 17 00:00:00 2001 From: Naoto Hanaue Date: Wed, 5 Aug 2015 16:01:30 +0900 Subject: doc: change documents associated with OpenConfig update --- docs/sources/filter.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'docs/sources/filter.md') diff --git a/docs/sources/filter.md b/docs/sources/filter.md index d87e9735..0cd23a37 100644 --- a/docs/sources/filter.md +++ b/docs/sources/filter.md @@ -42,14 +42,16 @@ define an import policy for neighbor 10.0.255.2 that drops 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.ApplyPolicy] [Neighbors.NeighborList.ApplyPolicy.ApplyPolicyConfig] ImportPolicy = ["pd2"] @@ -59,7 +61,8 @@ define an import policy for neighbor 10.0.255.2 that drops NeighborAddress = "10.0.255.3" PeerAs = 65003 [Neighbors.NeighborList.RouteServer] - RouteServerClient = true + [Neighbors.NeighborList.RouteServer.RouteServerConfig] + RouteServerClient = true [DefinedSets] [DefinedSets.PrefixSets] -- cgit v1.2.3