diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-02 11:18:32 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-02 11:18:32 -0700 |
commit | 6a57c45bef829c637fe0dcb2f23bb88a2241f35a (patch) | |
tree | a8ee8c8833db74fddb92bab1f0791243a602c901 /ospf6d/ospf6_message.h | |
parent | 2fa1fd76a2d270c0a4a96c8dd382a901e7ec81c5 (diff) | |
download | quagga-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.h | 1 |
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) ]) |