]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_memory.c
*: make consistent & update GPLv2 file headers
[mirror_frr.git] / bgpd / bgp_memory.c
index 166400b7458a6919eed1ea82c07bfe5d5d61edf8..c457f4b3e9cdd7e2b12a65bfff6784c2762ab0d0 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
@@ -108,3 +107,10 @@ DEFINE_MTYPE(BGPD, BGP_REDIST,             "BGP redistribution")
 DEFINE_MTYPE(BGPD, BGP_FILTER_NAME,    "BGP Filter Information")
 DEFINE_MTYPE(BGPD, BGP_DUMP_STR,       "BGP Dump String Information")
 DEFINE_MTYPE(BGPD, ENCAP_TLV,          "ENCAP TLV")
+
+DEFINE_MTYPE(BGPD, BGP_TEA_OPTIONS,      "BGP TEA Options")
+DEFINE_MTYPE(BGPD, BGP_TEA_OPTIONS_VALUE, "BGP TEA Options Value")
+
+DEFINE_MTYPE(BGPD, LCOMMUNITY, "Large Community")
+DEFINE_MTYPE(BGPD, LCOMMUNITY_STR, "Large Community display string")
+DEFINE_MTYPE(BGPD, LCOMMUNITY_VAL, "Large Community value")