Diff for /embedaddon/quagga/lib/memtypes.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 17:26:12 version 1.1.1.2, 2012/10/09 09:22:28
Line 113  struct memory_list memory_list_bgp[] = Line 113  struct memory_list memory_list_bgp[] =
   { MTYPE_BGP_SYNCHRONISE,      "BGP synchronise"               },    { MTYPE_BGP_SYNCHRONISE,      "BGP synchronise"               },
   { MTYPE_BGP_ADJ_IN,           "BGP adj in"                    },    { MTYPE_BGP_ADJ_IN,           "BGP adj in"                    },
   { MTYPE_BGP_ADJ_OUT,          "BGP adj out"                   },    { MTYPE_BGP_ADJ_OUT,          "BGP adj out"                   },
     { MTYPE_BGP_MPATH_INFO,       "BGP multipath info"            },
   { 0, NULL },    { 0, NULL },
   { MTYPE_AS_LIST,              "BGP AS list"                   },    { MTYPE_AS_LIST,              "BGP AS list"                   },
   { MTYPE_AS_FILTER,            "BGP AS filter"                 },    { MTYPE_AS_FILTER,            "BGP AS filter"                 },
Line 174  struct memory_list memory_list_ripng[] = Line 175  struct memory_list memory_list_ripng[] =
   { -1, NULL }    { -1, NULL }
 };  };
   
   struct memory_list memory_list_babel[] =
   {
     { MTYPE_BABEL,              "Babel structure"                 },
     { MTYPE_BABEL_IF,           "Babel interface"                 },
     { -1, NULL }
   };
   
 struct memory_list memory_list_ospf[] =  struct memory_list memory_list_ospf[] =
 {  {
   { MTYPE_OSPF_TOP,           "OSPF top"                        },    { MTYPE_OSPF_TOP,           "OSPF top"                        },
Line 240  struct memory_list memory_list_isis[] = Line 248  struct memory_list memory_list_isis[] =
   { MTYPE_ISIS_ROUTE_INFO,    "ISIS route info"                 },    { MTYPE_ISIS_ROUTE_INFO,    "ISIS route info"                 },
   { MTYPE_ISIS_NEXTHOP,       "ISIS nexthop"                    },    { MTYPE_ISIS_NEXTHOP,       "ISIS nexthop"                    },
   { MTYPE_ISIS_NEXTHOP6,      "ISIS nexthop6"                   },    { MTYPE_ISIS_NEXTHOP6,      "ISIS nexthop6"                   },
     { MTYPE_ISIS_DICT,          "ISIS dictionary"                 },
     { MTYPE_ISIS_DICT_NODE,     "ISIS dictionary node"            },
   { -1, NULL },    { -1, NULL },
 };  };
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>