diff options
author | Everton Marques <everton.marques@gmail.com> | 2009-10-07 18:41:45 -0300 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2015-02-04 06:07:51 +0100 |
commit | 96f91aefc06477e73d0e93008b51fc6e87fa2bc4 (patch) | |
tree | 265cbea8c87ceea986c2764969361c49556d8f77 /pimd/pim_cmd.h | |
parent | ccc5d2bb9b7a395375a34cb6a6b703d78e885b1d (diff) | |
download | quagga-96f91aefc06477e73d0e93008b51fc6e87fa2bc4.tar.bz2 quagga-96f91aefc06477e73d0e93008b51fc6e87fa2bc4.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" |