diff options
author | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2021-03-06 21:15:21 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2021-03-06 21:15:21 +0900 |
commit | 4df939a3c9dbf43509bab349b97847faa09db151 (patch) | |
tree | 5b359d161d6b7617362505ca51e3741a17b6b4a5 | |
parent | 5b7e1238205820027b891c3a4cd0f7240a4eca65 (diff) |
docs: fix typo
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
-rw-r--r-- | docs/sources/policy.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sources/policy.md b/docs/sources/policy.md index 3a72d352..3caa5643 100644 --- a/docs/sources/policy.md +++ b/docs/sources/policy.md @@ -766,7 +766,7 @@ evaluate routes from neighbors, if matched, action will be applied. # statement without route-disposition continues to the next statement [policy-definitions.statements.actions.bgp-actions] set-med = "+100" - set-next-hop = "keep" + set-next-hop = "self" [[policy-definitions.statements]] # if matched with "ps1", reject the route and stop evaluating # following statements |