From a57c14cdb2edbde824c5fce4ec57ca7df3e34963 Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Thu, 20 Jul 2017 16:23:59 +0900 Subject: docs/sources/configuration.md: Update example configuration Signed-off-by: IWASE Yusuke --- docs/sources/configuration.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'docs/sources') diff --git a/docs/sources/configuration.md b/docs/sources/configuration.md index 4e3102b4..562a48ce 100644 --- a/docs/sources/configuration.md +++ b/docs/sources/configuration.md @@ -31,9 +31,10 @@ statistics-timeout = 3600 [[mrt-dump]] - dump-type = "updates" - file-name = "/tmp/log/2006/01/02.1504.dump" - interval = 180 + [mrt-dump.config] + dump-type = "updates" + file-name = "/tmp/log/2006/01/02.1504.dump" + dump-interval = 180 [zebra] [zebra.config] @@ -123,6 +124,7 @@ [neighbors.afi-safis.config] afi-safi-name = "ipv6-flowspec" [[neighbors.afi-safis]] + [neighbors.afi-safis.config] afi-safi-name = "opaque" [neighbors.apply-policy.config] import-policy-list = ["policy1"] @@ -187,7 +189,7 @@ community-set = "cs0" match-set-options = "all" [policy-definitions.statements.conditions.bgp-conditions.match-large-community-set] - community-set = "ls0" + large-community-set = "ls0" match-set-options = "all" [policy-definitions.statements.actions.bgp-actions.set-as-path-prepend] as = "last-as" @@ -246,7 +248,7 @@ [[policy-definitions]] name = "route-type-policy" [[policy-definitions.statements]] - # this statement matches with locally generated routes + # this statement matches with locally generated routes [policy-definitions.statements.conditions.bgp-conditions] route-type = "local" [policy-definitions.statements.actions] -- cgit v1.2.3