diff options
author | Everton Marques <everton.marques@gmail.com> | 2009-10-07 18:41:45 -0300 |
---|---|---|
committer | Everton Marques <everton.marques@gmail.com> | 2009-10-07 18:41:45 -0300 |
commit | 7885c79d9691ed32182e07f0d4f10f68a294024a (patch) | |
tree | f5849499636e55774e268dc8bcd4d1fbed7a9186 /pimd/pim_cmd.h | |
parent | 1fe785d84255727222ef5142c32be742918aac39 (diff) | |
download | quagga-7885c79d9691ed32182e07f0d4f10f68a294024a.tar.bz2 quagga-7885c79d9691ed32182e07f0d4f10f68a294024a.tar.xz |
[pim] Skeleton for ssmpingd support
Diffstat (limited to 'pimd/pim_cmd.h')
-rw-r--r-- | pimd/pim_cmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_cmd.h b/pimd/pim_cmd.h index c2bb61bb..f3b2f96c 100644 --- a/pimd/pim_cmd.h +++ b/pimd/pim_cmd.h @@ -27,6 +27,7 @@ #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 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" |