diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-01-21 20:33:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-21 20:33:35 +0100 |
commit | 7041353fa9ffc8271c4217d3b27fbcdad9f282f9 (patch) | |
tree | 55dbeac927e4dba61ccaf8160beea8ff501b79c6 /doc | |
parent | Merge pull request #15184 from donaldsharp/zebra_touchups (diff) | |
parent | pathd: add 'show sr-te pcep session json' support (diff) | |
download | frr-7041353fa9ffc8271c4217d3b27fbcdad9f282f9.tar.xz frr-7041353fa9ffc8271c4217d3b27fbcdad9f282f9.zip |
Merge pull request #15125 from pguibert6WIND/srte_pcep_session_json
Dump PCEP session in json format
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/pathd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/pathd.rst b/doc/user/pathd.rst index ba4c209a0..2519ac491 100644 --- a/doc/user/pathd.rst +++ b/doc/user/pathd.rst @@ -534,7 +534,7 @@ retrieved via PCEP a random number based name is generated. Display PCC information. -.. clicmd:: show sr-te pcep session [NAME] +.. clicmd:: show sr-te pcep session [NAME] [json] Display the information of a PCEP session, if not name is specified all the sessions will be displayed. |