diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-02 16:33:23 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-02 16:33:23 +0100 |
commit | b8d16be2871f8ec86a8d3f8c8ed89bc44dd8ca4f (patch) | |
tree | 85c688bc0d15312a1e830d1063bf69127456e335 /pimd/pimd.h | |
parent | pimd: Turn on igmp when igmp commands are entered (diff) | |
download | frr-b8d16be2871f8ec86a8d3f8c8ed89bc44dd8ca4f.tar.xz frr-b8d16be2871f8ec86a8d3f8c8ed89bc44dd8ca4f.zip |
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 '')
-rw-r--r-- | pimd/pimd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pimd/pimd.h b/pimd/pimd.h index 0da8452ab..090601630 100644 --- a/pimd/pimd.h +++ b/pimd/pimd.h @@ -154,9 +154,6 @@ extern int qpim_packet_process; #define PIM_JP_HOLDTIME (qpim_t_periodic * 7 / 2) -#define PIM_MROUTE_IS_ENABLED (qpim_mroute_socket_fd >= 0) -#define PIM_MROUTE_IS_DISABLED (qpim_mroute_socket_fd < 0) - /* * Register-Stop Timer (RST(S,G)) * Default values |