]> git.proxmox.com Git - mirror_frr.git/blobdiff - isisd/isis_circuit.c
Merge pull request #1020 from opensourcerouting/ferr
[mirror_frr.git] / isisd / isis_circuit.c
index bf39c22e3864dc4a5a54b7e687428ffc65ba342b..192b225cae7830493cf98ee2eb07c4ce1fafd589 100644 (file)
@@ -948,7 +948,7 @@ int isis_interface_config_write(struct vty *vty)
                        continue;
 
                /* IF name */
-               vty_out(vty, "interface %s\n", ifp->name);
+               vty_frame(vty, "interface %s\n", ifp->name);
                write++;
                /* IF desc */
                if (ifp->desc) {
@@ -1145,7 +1145,7 @@ int isis_interface_config_write(struct vty *vty)
                        }
                        write += circuit_write_mt_settings(circuit, vty);
                }
-               vty_out(vty, "!\n");
+               vty_endframe(vty, "!\n");
        }
 
        return write;