diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2021-08-07 15:10:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-07 15:10:05 -0400 |
| commit | 720f165fc9f9d207b6daa5b1d8802f944d219bd4 (patch) | |
| tree | 39dc754afd82f2045d0861da9c46063bb6d484d3 /pathd/path_cli.c | |
| parent | 2e062fff45ecdd1805140176dc1aa480ff1481f2 (diff) | |
| parent | b7484ec650a87a59a610bd26f153041d52f0e2c1 (diff) | |
Merge pull request #9315 from idryzhov/pathd-cli-fixes
pathd: a couple of cli/doc fixes
Diffstat (limited to 'pathd/path_cli.c')
| -rw-r--r-- | pathd/path_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pathd/path_cli.c b/pathd/path_cli.c index da41c96414..d517d75e47 100644 --- a/pathd/path_cli.c +++ b/pathd/path_cli.c @@ -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")); |
