Merge pull request #9315 from idryzhov/pathd-cli-fixes

pathd: a couple of cli/doc fixes
This commit is contained in:
Donald Sharp 2021-08-07 15:10:05 -04:00 committed by GitHub
commit 720f165fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 10 deletions

View File

@ -70,7 +70,7 @@ Example:
!
pcep
pce-config GROUP1
source-address 1.1.1.1
source-address ip 1.1.1.1
tcp-md5-auth secret
timer keep-alive 30
!

View File

@ -550,7 +550,7 @@ void cli_show_srte_segment_list_segment(struct vty *vty,
struct lyd_node *dnode,
bool show_defaults)
{
vty_out(vty, " index %s ", yang_dnode_get_string(dnode, "./index"));
vty_out(vty, " index %s", yang_dnode_get_string(dnode, "./index"));
if (yang_dnode_exists(dnode, "./sid-value")) {
vty_out(vty, " mpls label %s",
yang_dnode_get_string(dnode, "./sid-value"));