diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-11-24 16:25:42 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-11-24 16:25:42 +0200 |
| commit | cce442b5c59dc744907a455a3dbdf8484bb72a54 (patch) | |
| tree | 49709fbcaa3377966fd5f7fe3776af06b10d4c1c | |
| parent | 911b9d7b903f0140f9ab848487c9da6742d95eca (diff) | |
doc: Add `match ipv6 next-hop prefix-list` command
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
| -rw-r--r-- | doc/user/routemap.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/user/routemap.rst b/doc/user/routemap.rst index d99911dc02..01d3501333 100644 --- a/doc/user/routemap.rst +++ b/doc/user/routemap.rst @@ -160,6 +160,10 @@ Route Map Match Command This is a BGP specific match command. Matches the specified `ipv6_addr`. +.. clicmd:: match ipv6 next-hop prefix-list PREFIX_LIST + + Match the next-hop according to the given prefix-list. + .. clicmd:: match as-path AS_PATH Matches the specified `as_path`. |
