summaryrefslogtreecommitdiff
path: root/pimd/pim_vty.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-03-02 10:33:23 -0500
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-03-02 10:33:23 -0500
commitb8d16be2871f8ec86a8d3f8c8ed89bc44dd8ca4f (patch)
tree85c688bc0d15312a1e830d1063bf69127456e335 /pimd/pim_vty.c
parent21419f593268d59409229dbcb13cdd59e4bda555 (diff)
pimd: Hide 'ip multicast-routing' command
Automatically turn on pim if the daemon is turned on. Hide the 'ip multicast-routing' command Disable the 'no ip multicast-routing' command Do not display the 'ip multicast-routing' command. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_vty.c')
-rw-r--r--pimd/pim_vty.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/pimd/pim_vty.c b/pimd/pim_vty.c
index 03ee7e92ec..5b6a79b95a 100644
--- a/pimd/pim_vty.c
+++ b/pimd/pim_vty.c
@@ -148,11 +148,6 @@ int pim_global_config_write(struct vty *vty)
writes += pim_msdp_config_write (vty);
- if (PIM_MROUTE_IS_ENABLED) {
- vty_out(vty, "ip multicast-routing%s", VTY_NEWLINE);
- ++writes;
- }
-
writes += pim_rp_config_write (vty);
if (qpim_register_suppress_time != PIM_REGISTER_SUPPRESSION_TIME_DEFAULT)