]> git.puffer.fish Git - matthieu/frr.git/commitdiff
isisd: fix extra space after "ip router isis"
authorIgor Ryzhov <iryzhov@nfware.com>
Wed, 24 Mar 2021 07:30:36 +0000 (10:30 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 24 Mar 2021 07:30:36 +0000 (10:30 +0300)
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
isisd/isis_cli.c

index 039483b9b20108bf705cde1d4d6234ce956d02ad..b108210686486617594d512209d7b648db0e261c 100644 (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);