Merge pull request #10815 from pguibert6WIND/pim_debug_vxlan

pimd: add 'debug pim vxlan' when 'debug pim' is used
This commit is contained in:
Donatas Abraitis 2022-03-21 15:47:49 +02:00 committed by GitHub
commit 13cd4ff4e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8388,6 +8388,7 @@ DEFUN (debug_pim,
PIM_DO_DEBUG_MSDP_EVENTS;
PIM_DO_DEBUG_MSDP_PACKETS;
PIM_DO_DEBUG_BSM;
PIM_DO_DEBUG_VXLAN;
return CMD_SUCCESS;
}
@ -8407,6 +8408,7 @@ DEFUN (no_debug_pim,
PIM_DONT_DEBUG_PIM_PACKETDUMP_SEND;
PIM_DONT_DEBUG_PIM_PACKETDUMP_RECV;
PIM_DONT_DEBUG_BSM;
PIM_DONT_DEBUG_VXLAN;
return CMD_SUCCESS;
}