summaryrefslogtreecommitdiffhomepage
path: root/docs/sources
diff options
context:
space:
mode:
authorFaicker Mo <faicker.mo@ucloud.cn>2019-11-08 09:34:00 +0800
committerFUJITA Tomonori <fujita.tomonori@gmail.com>2021-03-03 09:47:50 +0900
commitcd5671baee534da4a4e4d70f7597919b315b04bf (patch)
tree484efa1d6ad127349eaee3856d12e0ccc9ed13a4 /docs/sources
parent2d73cf8eba6a8c978442dccc2d4c1ad9538ca1a9 (diff)
policy: add nexthop unchanged
Support config set-next-hop = "unchanged" and also cli command. Signed-off-by: Faicker Mo <faicker.mo@ucloud.cn>
Diffstat (limited to 'docs/sources')
-rw-r--r--docs/sources/cli-command-syntax.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sources/cli-command-syntax.md b/docs/sources/cli-command-syntax.md
index 5369a029..d682525a 100644
--- a/docs/sources/cli-command-syntax.md
+++ b/docs/sources/cli-command-syntax.md
@@ -466,7 +466,7 @@ If you want to remove one element(extended community) of ExtCommunitySet, to spe
# mod a condition to a statement
% gobgp policy statement <statement name> { add | del | set } condition { { prefix | neighbor | as-path | community | ext-community | large-community } <set name> [{ any | all | invert }] | as-path-length <len> { eq | ge | le } | rpki { valid | invalid | not-found } | next-hop-in-list <next-hop>[, <next-hop2>, ...] | afi-safi-in { <afi-safi>... } }
# mod an action to a statement
-% gobgp policy statement <statement name> { add | del | set } action { reject | accept | { community | ext-community | large-community } { add | remove | replace } <value>... | med { add | sub | set } <value> | local-pref <value> | as-prepend { <asn> | last-as } <repeat-value> }
+% gobgp policy statement <statement name> { add | del | set } action { reject | accept | { community | ext-community | large-community } { add | remove | replace } <value>... | med { add | sub | set } <value> | local-pref <value> | as-prepend { <asn> | last-as } <repeat-value> | next-hop { <next-hop> | self | unchanged } }
# show all statements
% gobgp policy statement
# show a specific statement