diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-05-30 21:23:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-30 21:23:11 -0400 |
| commit | 008def86430d7d49abe0adb3e3a17e019f6aed2c (patch) | |
| tree | 7190636bc15ab0a9120d8aa498e253c1a014042e /pimd/pim_cmd.h | |
| parent | a7ed7133b2ed6172583a867e485f70b72c729d22 (diff) | |
| parent | 59115451a8fd0f11ac076cd4d832241ef4b3784a (diff) | |
Merge pull request #4369 from patrasar/lmqc_lmqt
pimd: new cli to configure last-member-query-count & last-member-quer…
Diffstat (limited to 'pimd/pim_cmd.h')
| -rw-r--r-- | pimd/pim_cmd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_cmd.h b/pimd/pim_cmd.h index 558f28231b..f5bb316a7a 100644 --- a/pimd/pim_cmd.h +++ b/pimd/pim_cmd.h @@ -35,6 +35,8 @@ #define IFACE_IGMP_QUERY_INTERVAL_STR "IGMP host query interval\n" #define IFACE_IGMP_QUERY_MAX_RESPONSE_TIME_STR "IGMP max query response value (seconds)\n" #define IFACE_IGMP_QUERY_MAX_RESPONSE_TIME_DSEC_STR "IGMP max query response value (deciseconds)\n" +#define IFACE_IGMP_LAST_MEMBER_QUERY_INTERVAL_STR "IGMP last member query interval\n" +#define IFACE_IGMP_LAST_MEMBER_QUERY_COUNT_STR "IGMP last member query count\n" #define DEBUG_IGMP_STR "IGMP protocol activity\n" #define DEBUG_IGMP_EVENTS_STR "IGMP protocol events\n" #define DEBUG_IGMP_PACKETS_STR "IGMP protocol packets\n" |
