diff options
author | Vincent Bernat <vincent@bernat.ch> | 2019-07-31 16:40:02 +0200 |
---|---|---|
committer | Vincent Bernat <vincent@bernat.ch> | 2019-07-31 16:40:02 +0200 |
commit | c78544342f2895c58a62083b719e73ec00902fb2 (patch) | |
tree | d88d252fd031d9c7c98f9cddcc93c3bfb8fe08d2 /doc | |
parent | Merge pull request #4671 from abrahambinu83/pim_endianness (diff) | |
download | frr-c78544342f2895c58a62083b719e73ec00902fb2.tar.xz frr-c78544342f2895c58a62083b719e73ec00902fb2.zip |
doc: fix "match as-path" documentation
The documentation says "match aspath" to match an AS path in a
route-map while the directive is "match as-path".
Signed-off-by: Vincent Bernat <vincent@bernat.ch>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/routemap.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/routemap.rst b/doc/user/routemap.rst index bac61cbc5..09cbd7c7b 100644 --- a/doc/user/routemap.rst +++ b/doc/user/routemap.rst @@ -153,8 +153,8 @@ Route Map Match Command Matches the specified `ipv4_addr`. -.. index:: match aspath AS_PATH -.. clicmd:: match aspath AS_PATH +.. index:: match as-path AS_PATH +.. clicmd:: match as-path AS_PATH Matches the specified `as_path`. |