mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 18:41:36 +00:00
Merge pull request #9315 from idryzhov/pathd-cli-fixes
pathd: a couple of cli/doc fixes
This commit is contained in:
commit
720f165fc9
@ -70,7 +70,7 @@ Example:
|
|||||||
!
|
!
|
||||||
pcep
|
pcep
|
||||||
pce-config GROUP1
|
pce-config GROUP1
|
||||||
source-address 1.1.1.1
|
source-address ip 1.1.1.1
|
||||||
tcp-md5-auth secret
|
tcp-md5-auth secret
|
||||||
timer keep-alive 30
|
timer keep-alive 30
|
||||||
!
|
!
|
||||||
|
@ -550,7 +550,7 @@ void cli_show_srte_segment_list_segment(struct vty *vty,
|
|||||||
struct lyd_node *dnode,
|
struct lyd_node *dnode,
|
||||||
bool show_defaults)
|
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")) {
|
if (yang_dnode_exists(dnode, "./sid-value")) {
|
||||||
vty_out(vty, " mpls label %s",
|
vty_out(vty, " mpls label %s",
|
||||||
yang_dnode_get_string(dnode, "./sid-value"));
|
yang_dnode_get_string(dnode, "./sid-value"));
|
||||||
|
Loading…
Reference in New Issue
Block a user