]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_vty.c
pim6d: Change the show running commands for pimv6 debugs
[mirror_frr.git] / pimd / pim_vty.c
index 43d9c29278d1a601918b3d025c7a0f833360abe8..f9642b21331e09aceb3287db566606ea0b43c393 100644 (file)
@@ -129,12 +129,12 @@ int pim_debug_config_write(struct vty *vty)
         }
 
        if (PIM_DEBUG_BSM) {
-               vty_out(vty, "debug pim bsm\n");
+               vty_out(vty, "debug " PIM_AF_DBG " bsm\n");
                ++writes;
        }
 
        if (PIM_DEBUG_VXLAN) {
-               vty_out(vty, "debug pim vxlan\n");
+               vty_out(vty, "debug " PIM_AF_DBG " vxlan\n");
                ++writes;
        }