summaryrefslogtreecommitdiff
path: root/zebra/zserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zserv.c')
-rw-r--r--zebra/zserv.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/zebra/zserv.c b/zebra/zserv.c
index f9205a12c8..c1978e55cd 100644
--- a/zebra/zserv.c
+++ b/zebra/zserv.c
@@ -53,7 +53,6 @@
#include "zebra/zebra_ptm.h"
#include "zebra/rtadv.h"
#include "zebra/zebra_mpls.h"
-#include "zebra/zebra_fpm.h"
#include "zebra/zebra_mroute.h"
#include "zebra/label_manager.h"
@@ -2850,25 +2849,6 @@ static struct cmd_node forwarding_node =
1
};
-#ifdef HAVE_FPM
-/* function to write the fpm config info */
-static int
-config_write_fpm (struct vty *vty)
-{
- return
- fpm_remote_srv_write (vty);
-}
-
-/* Zebra node */
-static struct cmd_node zebra_node =
-{
- ZEBRA_NODE,
- "",
- 1
-};
-#endif
-
-
/* Initialisation of zebra and installation of commands. */
void
zebra_init (void)
@@ -2879,9 +2859,6 @@ zebra_init (void)
/* Install configuration write function. */
install_node (&table_node, config_write_table);
install_node (&forwarding_node, config_write_forwarding);
-#ifdef HAVE_FPM
- install_node (&zebra_node, config_write_fpm);
-#endif
install_element (VIEW_NODE, &show_ip_forwarding_cmd);
install_element (CONFIG_NODE, &ip_forwarding_cmd);