mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 04:01:59 +00:00
Merge pull request #10815 from pguibert6WIND/pim_debug_vxlan
pimd: add 'debug pim vxlan' when 'debug pim' is used
This commit is contained in:
commit
13cd4ff4e1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user