diff options
| author | Rafael Zalamena <rzalamena@users.noreply.github.com> | 2018-02-02 11:12:15 -0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-02 11:12:15 -0200 |
| commit | 8c7ad688cc26a829bb14e1c523650d05ff9bb19b (patch) | |
| tree | 91a2ad7760b72da78eb784c1c259e695f586b1dc /pimd/pim_cmd.c | |
| parent | bcca474aa6edc78911e3363aacf776256df50357 (diff) | |
| parent | 57dac17c57a1b84c4389da11cee32b31b6957dd2 (diff) | |
Merge pull request #1696 from donaldsharp/pim_node_removal
lib, pimd: Remove PIM_NODE as it is not needed
Diffstat (limited to 'pimd/pim_cmd.c')
| -rw-r--r-- | pimd/pim_cmd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c index 76ba505ad4..11aeeddf93 100644 --- a/pimd/pim_cmd.c +++ b/pimd/pim_cmd.c @@ -62,10 +62,6 @@ #include "pim_bfd.h" #include "bfd.h" -static struct cmd_node pim_global_node = { - PIM_NODE, "", 1 /* vtysh ? yes */ -}; - static struct cmd_node interface_node = { INTERFACE_NODE, "%s(config-if)# ", 1 /* vtysh ? yes */ }; @@ -8523,7 +8519,6 @@ DEFUN (show_ip_msdp_sa_sg_vrf_all, void pim_cmd_init(void) { - install_node(&pim_global_node, pim_global_config_write); /* PIM_NODE */ install_node(&interface_node, pim_interface_config_write); /* INTERFACE_NODE */ if_cmd_init(); |
