diff options
author | anuradhak <anuradhak@cumulusnetworks.com> | 2016-11-12 14:39:44 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-22 02:26:15 +0100 |
commit | 977d71cc7abc10e9ee4d496de3a4b9fb118df002 (patch) | |
tree | 9979259e6d33b379e3f50af962f0b837c939e810 /pimd/pim_cmd.h | |
parent | pimd: Backing up broken state. (diff) | |
download | frr-977d71cc7abc10e9ee4d496de3a4b9fb118df002.tar.xz frr-977d71cc7abc10e9ee4d496de3a4b9fb118df002.zip |
pim-msdp: part-4: cli cleanup
1. Add support for mesh-group based configuration that is easy to apply
via automation. The older per-peer configuartion is temporarily hidden
and will be cleaned up later.
Sample config -
ip msdp mesh-group cumulus source 100.1.1.4
ip msdp mesh-group cumulus member 100.1.1.5
ip msdp mesh-group cumulus member 100.1.1.6
2. Added support for detail peer and sa-cache displays. Along with
filter keys.
3. Add json output for all the msdp displays.
With this commit basic support for anycast-RP with MSDP (in numbered
network is complete). Unnumbered support will be added separately.
Ticket: CM-13306
Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
Acked-by: Donald Sharp <sharpd@cumulusnetworks.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 dd9300df8..2d09da4b5 100644 --- a/pimd/pim_cmd.h +++ b/pimd/pim_cmd.h @@ -63,6 +63,7 @@ #define MSDP_STR "MSDP information\n" #define DEBUG_MSDP_STR "MSDP protocol activity\n" #define DEBUG_MSDP_EVENTS_STR "MSDP protocol events\n" +#define DEBUG_MSDP_INTERNAL_STR "MSDP protocol internal\n" #define DEBUG_MSDP_PACKETS_STR "MSDP protocol packets\n" void pim_cmd_init(void); |