diff options
author | Jun-ya Kato <kato@win6.jp> | 2016-07-20 15:31:00 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-07-20 16:12:07 +0900 |
commit | 49e45d4e0c0a81dc8f9ec4b3a39433b22af04f16 (patch) | |
tree | 3df6f3382a788423b0d7a2f7f2fdbeb030eb30a1 /docs/sources/policy.md | |
parent | 0c07192f5005aa19f70c5a91f4221491a2d2b1de (diff) |
fix typo: s/dispodition/disposition/ in policy document
Diffstat (limited to 'docs/sources/policy.md')
-rw-r--r-- | docs/sources/policy.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/sources/policy.md b/docs/sources/policy.md index e6dedf78..ed8ee9ef 100644 --- a/docs/sources/policy.md +++ b/docs/sources/policy.md @@ -485,7 +485,7 @@ policy-definitions consists of condition and action. Condition part is used to e [policy-definitions.statements.conditions.bgp-conditions.as-path-length] operator = "eq" value = 2 - [policy-definitions.statements.actions.route-dispodition] + [policy-definitions.statements.actions.route-disposition] accept-route = true [policy-definitions.statements.actions.bgp-actions] set-med = "-200" @@ -610,7 +610,7 @@ policy-definitions consists of condition and action. Condition part is used to e prefix-set = "ps1" [policy-definitions.statements.conditions.match-neighbor-set] neighbor-set = "ns1" - [policy-definitions.statements.actions.route-dispodition] + [policy-definitions.statements.actions.route-disposition] reject-route = true ``` @@ -628,7 +628,7 @@ policy-definitions consists of condition and action. Condition part is used to e prefix-set = "ps1" [policy-definitions.statements.conditions.match-neighbor-set] neighbor-set = "ns1" - [policy-definitions.statements.actions.route-dispodition] + [policy-definitions.statements.actions.route-disposition] reject-route = true # second statement - (2) [[policy-definitions.statements]] @@ -637,7 +637,7 @@ policy-definitions consists of condition and action. Condition part is used to e prefix-set = "ps2" [policy-definitions.statements.conditions.match-neighbor-set] neighbor-set = "ns2" - [policy-definitions.statements.actions.route-dispodition] + [policy-definitions.statements.actions.route-disposition] reject-route = true ``` - if a route matches the condition inside the first statement(1), GoBGP applies its action and quits the policy evaluation. @@ -657,7 +657,7 @@ policy-definitions consists of condition and action. Condition part is used to e prefix-set = "ps1" [policy-definitions.statements.conditions.match-neighbor-set] neighbor-set = "ns1" - [policy-definitions.statements.actions.route-dispodition] + [policy-definitions.statements.actions.route-disposition] reject-route = true # second policy [[policy-definitions]] @@ -668,7 +668,7 @@ policy-definitions consists of condition and action. Condition part is used to e prefix-set = "ps2" [policy-definitions.statements.conditions.match-neighbor-set] neighbor-set = "ns2" - [policy-definitions.statements.actions.route-dispodition] + [policy-definitions.statements.actions.route-disposition] reject-route = true ``` @@ -702,7 +702,7 @@ policy-definitions consists of condition and action. Condition part is used to e [policy-definitions.statements.conditions.bgp-conditions.as-path-length] operator = "eq" value = 2 - [policy-definitions.statements.actions.route-dispodition] + [policy-definitions.statements.actions.route-disposition] accept-route = true [policy-definitions.statements.actions.bgp-actions] set-med = "-200" @@ -839,7 +839,7 @@ define an import policy for neighbor 10.0.255.2 that drops [policy-definitions.statements.conditions.match-neighbor-set] neighbor-set = "ns1" match-set-options = "any" - [policy-definitions.statements.actions.route-dispodition] + [policy-definitions.statements.actions.route-disposition] reject-route = true ``` |