]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_memory.h
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / zebra / zebra_memory.h
index c1ac4fe95509ff99f68ff1ec70e95ff5bbe51f9c..de55478de2fc841d59b810063e0a83d8f31de1d4 100644 (file)
  * 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 Quagga; see the file COPYING.  If not, write to the Free
- * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * 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 _QUAGGA_ZEBRA_MEMORY_H
@@ -29,11 +28,13 @@ DECLARE_MGROUP(ZEBRA)
 DECLARE_MTYPE(RTADV_PREFIX)
 DECLARE_MTYPE(ZEBRA_NS)
 DECLARE_MTYPE(ZEBRA_VRF)
-DECLARE_MTYPE(RIB)
+DECLARE_MTYPE(RE)
 DECLARE_MTYPE(RIB_QUEUE)
 DECLARE_MTYPE(STATIC_ROUTE)
 DECLARE_MTYPE(RIB_DEST)
 DECLARE_MTYPE(RIB_TABLE_INFO)
 DECLARE_MTYPE(RNH)
+DECLARE_MTYPE(DP_CTX)
+DECLARE_MTYPE(DP_PROV)
 
 #endif /* _QUAGGA_ZEBRA_MEMORY_H */