diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2024-07-23 00:45:02 -0500 |
|---|---|---|
| committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2024-09-09 12:42:28 -0500 |
| commit | a110bb77989f9cd689a63d263cb22f69ef98f2a3 (patch) | |
| tree | f579766eed7e0aca32471558f789aa6245cc6fb4 /pimd/pim_cmd.h | |
| parent | fbd743197a9c06bfa90d0fb6afa53df74abc2092 (diff) | |
pimd: Candidate-RP support
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
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 d39d77cd2f..89ca77dca2 100644 --- a/pimd/pim_cmd.h +++ b/pimd/pim_cmd.h @@ -24,6 +24,7 @@ #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 BSR_STR "Bootstrap Router configuration\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" |
