]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripd/rip_memory.c
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / ripd / rip_memory.c
index d2a958064ff4b11d569a4fa726a75e00c46b283f..185241074349bd00c59d003d05b4849583297978 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
  */
 
 #ifdef HAVE_CONFIG_H
 #include "rip_memory.h"
 
 DEFINE_MGROUP(RIPD, "ripd")
-DEFINE_MTYPE(RIPD, RIP,             "RIP structure")
-DEFINE_MTYPE(RIPD, RIP_INFO,        "RIP route info")
-DEFINE_MTYPE(RIPD, RIP_INTERFACE,   "RIP interface")
-DEFINE_MTYPE(RIPD, RIP_PEER,        "RIP peer")
+DEFINE_MTYPE(RIPD, RIP, "RIP structure")
+DEFINE_MTYPE(RIPD, RIP_INFO, "RIP route info")
+DEFINE_MTYPE(RIPD, RIP_INTERFACE, "RIP interface")
+DEFINE_MTYPE(RIPD, RIP_INTERFACE_STRING, "RIP Interface String")
+DEFINE_MTYPE(RIPD, RIP_PEER, "RIP peer")
 DEFINE_MTYPE(RIPD, RIP_OFFSET_LIST, "RIP offset list")
-DEFINE_MTYPE(RIPD, RIP_DISTANCE,    "RIP distance")
+DEFINE_MTYPE(RIPD, RIP_DISTANCE, "RIP distance")