mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 16:26:10 +00:00
2003-06-19 Paul Jakma <paul@dishone.st>
* ospf_dump.h: fix NSSA debug define
This commit is contained in:
parent
971a449786
commit
305100fc0f
@ -96,7 +96,7 @@
|
|||||||
(term_debug_ospf_ ## a & OSPF_DEBUG_ ## b)
|
(term_debug_ospf_ ## a & OSPF_DEBUG_ ## b)
|
||||||
#define IS_DEBUG_OSPF_EVENT IS_DEBUG_OSPF(event,EVENT)
|
#define IS_DEBUG_OSPF_EVENT IS_DEBUG_OSPF(event,EVENT)
|
||||||
|
|
||||||
#define IS_DEBUG_OSPF_NSSA IS_DEBUG_OSPF(event,NSSA)
|
#define IS_DEBUG_OSPF_NSSA IS_DEBUG_OSPF(nssa,NSSA)
|
||||||
|
|
||||||
#define IS_CONF_DEBUG_OSPF_PACKET(a, b) \
|
#define IS_CONF_DEBUG_OSPF_PACKET(a, b) \
|
||||||
(conf_debug_ospf_packet[a] & OSPF_DEBUG_ ## b)
|
(conf_debug_ospf_packet[a] & OSPF_DEBUG_ ## b)
|
||||||
|
Loading…
Reference in New Issue
Block a user