summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_message.h
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-06-02 11:18:32 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-06-02 11:18:32 -0700
commit6a57c45bef829c637fe0dcb2f23bb88a2241f35a (patch)
treea8ee8c8833db74fddb92bab1f0791243a602c901 /ospf6d/ospf6_message.h
parent2fa1fd76a2d270c0a4a96c8dd382a901e7ec81c5 (diff)
downloadquagga-6a57c45bef829c637fe0dcb2f23bb88a2241f35a.tar.bz2
quagga-6a57c45bef829c637fe0dcb2f23bb88a2241f35a.tar.xz
Add show ospf6 debuggging
Implement new ospf6 debugging command Bug 4188
Diffstat (limited to 'ospf6d/ospf6_message.h')
-rw-r--r--ospf6d/ospf6_message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_message.h b/ospf6d/ospf6_message.h
index ebb6308e..454a291a 100644
--- a/ospf6d/ospf6_message.h
+++ b/ospf6d/ospf6_message.h
@@ -47,6 +47,7 @@ extern unsigned char conf_debug_ospf6_message[];
#define OSPF6_MESSAGE_TYPE_CANONICAL(T) \
((T) > OSPF6_MESSAGE_TYPE_LSACK ? OSPF6_MESSAGE_TYPE_UNKNOWN : (T))
+extern const char *ospf6_packet_type_str[];
extern const char *ospf6_message_type_str[];
#define OSPF6_MESSAGE_TYPE_NAME(T) \
(ospf6_message_type_str[ OSPF6_MESSAGE_TYPE_CANONICAL (T) ])