]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_instance.c
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / pimd / pim_instance.c
index 2550651464321d2cf75fbb73d276d5f841e0ab02..b0d7a7b2db07a50b0a1afcc36237de25f17c2511 100644 (file)
@@ -188,7 +188,7 @@ static int pim_vrf_config_write(struct vty *vty)
                pim_global_config_write_worker(pim, vty);
 
                if (vrf->vrf_id != VRF_DEFAULT)
-                       vty_endframe(vty, "!\n");
+                       vty_endframe(vty, " exit-vrf\n!\n");
        }
 
        return 0;