Merge pull request #8325 from idryzhov/fix-ip-router-isis

isisd: fix extra space after "ip router isis"
This commit is contained in:
David Lamparter 2021-03-24 12:13:07 +01:00 committed by GitHub
commit 755f959915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -392,7 +392,7 @@ void cli_show_ip_isis_ipv4(struct vty *vty, struct lyd_node *dnode,
if (!yang_dnode_get_bool(dnode, NULL))
vty_out(vty, " no");
vty_out(vty, " ip router isis %s ",
vty_out(vty, " ip router isis %s",
yang_dnode_get_string(dnode, "../area-tag"));
if (!strmatch(vrf, VRF_DEFAULT_NAME))
vty_out(vty, " vrf %s", vrf);