summaryrefslogtreecommitdiff
path: root/pimd/pim_cmd.c
diff options
context:
space:
mode:
authorDaniel Walton <dwalton@cumulusnetworks.com>2017-07-10 13:06:19 +0000
committerDaniel Walton <dwalton@cumulusnetworks.com>2017-07-10 13:06:19 +0000
commitdfd8121281fbefa0b43e6aa960837dc0cca543a8 (patch)
treed5cf5869cf836759c68f53635109223e2724b0e6 /pimd/pim_cmd.c
parentdd6bd0f16d64458cfb4956bef1695d68d32c7676 (diff)
parent1e5e04888f54b85350117ef52776761506e1f983 (diff)
Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus-label-misc3
Conflicts: bgpd/bgp_route.c bgpd/bgp_zebra.c
Diffstat (limited to 'pimd/pim_cmd.c')
-rw-r--r--pimd/pim_cmd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c
index 0051298e4a..b0afc7828a 100644
--- a/pimd/pim_cmd.c
+++ b/pimd/pim_cmd.c
@@ -4256,7 +4256,6 @@ DEFUN_HIDDEN (no_ip_multicast_routing,
"no ip multicast-routing",
NO_STR
IP_STR
- "Global IP configuration subcommands\n"
"Enable IP multicast forwarding\n")
{
vty_outln (vty,
@@ -5732,7 +5731,6 @@ DEFUN (debug_ssmpingd,
debug_ssmpingd_cmd,
"debug ssmpingd",
DEBUG_STR
- DEBUG_PIM_STR
DEBUG_SSMPINGD_STR)
{
PIM_DO_DEBUG_SSMPINGD;
@@ -5744,7 +5742,6 @@ DEFUN (no_debug_ssmpingd,
"no debug ssmpingd",
NO_STR
DEBUG_STR
- DEBUG_PIM_STR
DEBUG_SSMPINGD_STR)
{
PIM_DONT_DEBUG_SSMPINGD;