diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2016-03-20 20:22:13 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-07-05 13:49:47 +0900 |
commit | d435da72b0e7deaafd93dad62fb29bde08e42ac0 (patch) | |
tree | 898d3097578ac0bba2eaadd168bb0c88b1036650 /docs/sources/configuration.md | |
parent | f48c4deaa19ca8b36d87a0d71776bc29b7e17ebe (diff) |
docs: update configuration.md
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'docs/sources/configuration.md')
-rw-r--r-- | docs/sources/configuration.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/sources/configuration.md b/docs/sources/configuration.md index 71e654fb..54811840 100644 --- a/docs/sources/configuration.md +++ b/docs/sources/configuration.md @@ -72,6 +72,8 @@ [neighbors.route-reflector.config] route-reflector-client = true route-reflector-cluster-id = "192.168.0.1" + [neighbors.add-paths.config] + receive = true [neighbors.graceful-restart.config] enabled = true notification-enabled = true @@ -123,6 +125,8 @@ [[neighbors.afi-safis]] [neighbors.afi-safis.config] afi-safi-name = "ipv6-flowspec" + [[neighbors.afi-safis]] + afi-safi-name = "opaque" [neighbors.apply-policy.config] import-policy-list = ["policy1"] default-import-policy = "reject-route" |