]> git.puffer.fish Git - mirror/frr.git/commitdiff
zebra: Remove zebra_static.c and .h
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 8 May 2018 13:13:54 +0000 (09:13 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 29 Jul 2018 16:37:26 +0000 (12:37 -0400)
These are no longer needed so remove.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/interface.c
zebra/subdir.am
zebra/zebra_mpls_vty.c
zebra/zebra_static.c [deleted file]
zebra/zebra_static.h [deleted file]
zebra/zebra_vrf.c
zebra/zebra_vty.c

index 7fe7058de9c1b79580feae3e49cdbe2d18fcbfb8..4211155c277d22e2fc3cf0eb1ec8d58bebfaae91 100644 (file)
@@ -48,7 +48,6 @@
 #include "zebra/rt_netlink.h"
 #include "zebra/interface.h"
 #include "zebra/zebra_vxlan.h"
-#include "zebra/zebra_static.h"
 
 #define ZEBRA_PTM_SUPPORT
 
index d3abcef6d5feeb0d072327a38baf1d708bc24a58..73354ec38e62864e36ec823ef81397d660ae6b2e 100644 (file)
@@ -63,7 +63,6 @@ zebra_zebra_SOURCES = \
        zebra/zebra_rib.c \
        zebra/zebra_rnh.c \
        zebra/zebra_routemap.c \
-       zebra/zebra_static.c \
        zebra/zebra_vrf.c \
        zebra/zebra_vty.c \
        zebra/zebra_vxlan.c \
@@ -108,7 +107,6 @@ noinst_HEADERS += \
        zebra/zebra_pw.h \
        zebra/zebra_rnh.h \
        zebra/zebra_routemap.h \
-       zebra/zebra_static.h \
        zebra/zebra_vrf.h \
        zebra/zebra_vxlan.h \
        zebra/zebra_vxlan_private.h \
index 01bc66e5cd2fde64b1e39d0b4aedd4b5a5bf9f24..2e02b12311e6399151aed2961018785a4fa04f2f 100644 (file)
@@ -37,7 +37,6 @@
 #include "zebra/zebra_rnh.h"
 #include "zebra/redistribute.h"
 #include "zebra/zebra_routemap.h"
-#include "zebra/zebra_static.h"
 
 static int zebra_mpls_transit_lsp(struct vty *vty, int add_cmd,
                                  const char *inlabel_str, const char *gate_str,
diff --git a/zebra/zebra_static.c b/zebra/zebra_static.c
deleted file mode 100644 (file)
index d6e07f1..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Static Routing Information code
- * Copyright (C) 2016 Cumulus Networks
- *               Donald Sharp
- *
- * This file is part of Quagga.
- *
- * Quagga is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2, or (at your option) any
- * later version.
- *
- * Quagga is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; see the file COPYING; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- */
-#include <zebra.h>
diff --git a/zebra/zebra_static.h b/zebra/zebra_static.h
deleted file mode 100644 (file)
index 4885b1b..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Static Routing Information header
- * Copyright (C) 2016 Cumulus Networks
- *               Donald Sharp
- *
- * This file is part of Quagga.
- *
- * Quagga is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2, or (at your option) any
- * later version.
- *
- * Quagga is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; see the file COPYING; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- */
-#ifndef __ZEBRA_STATIC_H__
-#define __ZEBRA_STATIC_H__
-
-#endif
index 607001fe2b6e1362d9132e7906bb635833dddc09..05ae418b57f039cfa23a3c15bc95818e1e128fda 100644 (file)
@@ -35,7 +35,6 @@
 #include "zebra/zebra_rnh.h"
 #include "zebra/router-id.h"
 #include "zebra/zebra_memory.h"
-#include "zebra/zebra_static.h"
 #include "zebra/interface.h"
 #include "zebra/zebra_mpls.h"
 #include "zebra/zebra_vxlan.h"
index 117ed3a9556260c71e0505009fed59c87aad70a6..7eb6fe828ee7d7251d988d3ca99b20eec033c771 100644 (file)
@@ -41,7 +41,6 @@
 #include "zebra/zebra_rnh.h"
 #include "zebra/redistribute.h"
 #include "zebra/zebra_routemap.h"
-#include "zebra/zebra_static.h"
 #include "lib/json.h"
 #include "zebra/zebra_vxlan.h"
 #ifndef VTYSH_EXTRACT_PL