diff options
author | Everton Marques <everton.marques@gmail.com> | 2009-10-08 09:16:27 -0300 |
---|---|---|
committer | Everton Marques <everton.marques@gmail.com> | 2009-10-08 09:16:27 -0300 |
commit | a073e08921a9e2ebcf06717699b713650fb3b48d (patch) | |
tree | dbf8a6ea9db9f9e4a08887651d3eeaaf9e6a8fc1 /pimd/pim_cmd.h | |
parent | 7885c79d9691ed32182e07f0d4f10f68a294024a (diff) | |
download | quagga-a073e08921a9e2ebcf06717699b713650fb3b48d.tar.bz2 quagga-a073e08921a9e2ebcf06717699b713650fb3b48d.tar.xz |
[pim] Hooks for ssmpingd support
Diffstat (limited to 'pimd/pim_cmd.h')
-rw-r--r-- | pimd/pim_cmd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pimd/pim_cmd.h b/pimd/pim_cmd.h index f3b2f96c..800bfcb4 100644 --- a/pimd/pim_cmd.h +++ b/pimd/pim_cmd.h @@ -27,7 +27,8 @@ #define IGMP_STR "IGMP information\n" #define IGMP_GROUP_STR "IGMP groups information\n" #define IGMP_SOURCE_STR "IGMP sources information\n" -#define SSMPINGD_STR "Enable ssmpingd operation\n" +#define CONF_SSMPINGD_STR "Enable ssmpingd operation\n" +#define SHOW_SSMPINGD_STR "ssmpingd operation\n" #define IFACE_PIM_STR "Enable PIM SSM operation\n" #define IFACE_IGMP_STR "Enable IGMP operation\n" #define IFACE_IGMP_QUERY_INTERVAL_STR "IGMP host query interval\n" @@ -42,6 +43,7 @@ #define DEBUG_PIM_PACKETS_STR "PIM protocol packets\n" #define DEBUG_PIM_TRACE_STR "PIM internal daemon activity\n" #define DEBUG_PIM_ZEBRA_STR "ZEBRA protocol activity\n" +#define DEBUG_SSMPINGD_STR "ssmpingd activity\n" #define CLEAR_IP_IGMP_STR "IGMP clear commands\n" #define CLEAR_IP_PIM_STR "PIM clear commands\n" #define MROUTE_STR "IP multicast routing table\n" |