From ad4bfac371e545e2713e9157cc6e5f6af5278635 Mon Sep 17 00:00:00 2001 From: Naoto Hanaue Date: Wed, 5 Aug 2015 17:21:51 +0900 Subject: config: change type of Prefix in the PrefixSet --- docs/sources/filter.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'docs/sources/filter.md') diff --git a/docs/sources/filter.md b/docs/sources/filter.md index 0cd23a37..3f64f500 100644 --- a/docs/sources/filter.md +++ b/docs/sources/filter.md @@ -69,13 +69,9 @@ define an import policy for neighbor 10.0.255.2 that drops [[DefinedSets.PrefixSets.PrefixSetList]] PrefixSetName = "ps2" [[DefinedSets.PrefixSets.PrefixSetList.PrefixList]] - [DefinedSets.PrefixSets.PrefixSetList.PrefixList.IpPrefix] - IP = "10.33.0.0 - Mask = [255, 255, 0, 0] + IpPrefix = "10.33.0.0/16" [[DefinedSets.PrefixSets.PrefixSetList.PrefixList]] - [DefinedSets.PrefixSets.PrefixSetList.PrefixList.IpPrefix] - IP = "10.50.0.0" - Mask = [255, 255, 0, 0] + IpPrefix = "10.50.0.0/16" [DefinedSets.NeighborSets] -- cgit v1.2.3