diff options
| author | Chirag Shah <chirag@cumulusnetworks.com> | 2017-05-02 10:31:10 -0700 |
|---|---|---|
| committer | Chirag Shah <chirag@cumulusnetworks.com> | 2017-05-02 10:31:10 -0700 |
| commit | c645ca817797de76e152926bcc82d471c8fce904 (patch) | |
| tree | 4a21ec6fa9e19a5970f089cfddd224008615b347 | |
| parent | 07d7a7641c2411ec76fed0219b17cc29bee5b832 (diff) | |
pimd: fix compilation failure.
Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
| -rw-r--r-- | pimd/pim_cmd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c index 5fe52fc3fc..25d791de8e 100644 --- a/pimd/pim_cmd.c +++ b/pimd/pim_cmd.c @@ -6716,7 +6716,6 @@ void pim_cmd_init() install_element (VIEW_NODE, &show_ip_pim_assert_metric_cmd); install_element (VIEW_NODE, &show_ip_pim_assert_winner_metric_cmd); install_element (VIEW_NODE, &show_ip_pim_interface_traffic_cmd); - install_element (VIEW_NODE, &show_ip_pim_interface_traffic_single_cmd); install_element (VIEW_NODE, &show_ip_pim_interface_cmd); install_element (VIEW_NODE, &show_ip_pim_join_cmd); install_element (VIEW_NODE, &show_ip_pim_local_membership_cmd); |
