Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 2019 18:27:38 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505214 - head/net/bird2
Message-ID:  <201906271827.x5RIRc7c074897@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivier
Date: Thu Jun 27 18:27:37 2019
New Revision: 505214
URL: https://svnweb.freebsd.org/changeset/ports/505214

Log:
  Add MRT protocol support
  
  PR:		238847
  Submitted by:	mat

Modified:
  head/net/bird2/Makefile

Modified: head/net/bird2/Makefile
==============================================================================
--- head/net/bird2/Makefile	Thu Jun 27 17:59:56 2019	(r505213)
+++ head/net/bird2/Makefile	Thu Jun 27 18:27:37 2019	(r505214)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bird
 DISTVERSION=	2.0.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	ftp://bird.network.cz/pub/bird/
 PKGNAMESUFFIX=	2
@@ -30,12 +30,13 @@ MAKE_JOBS_UNSAFE=	yes
 
 OPTIONS_MULTI=	RP
 RP_DESC=	Routing Protocols
-OPTIONS_MULTI_RP=	BFD BABEL BGP OSPF PIPE RADV RIP RPKI STATIC
+OPTIONS_MULTI_RP=	BFD BABEL BGP MRT OSPF PIPE RADV RIP RPKI STATIC
 OPTIONS_DEFAULT=	${OPTIONS_MULTI_RP}
 
 BFD_DESC=	Bidirectional Forwarding Detection
 BABEL_DESC=	Babel routing protocol
 BGP_DESC=	Border Gateway Protocol
+MRT_DESC=	Dumping Routing Information in MRT Format
 OSPF_DESC=	Open Short Path First
 PIPE_DESC=	PIPE routing
 RADV_DESC=	Router Advertisement
@@ -46,6 +47,7 @@ STATIC_DESC=	Static routing
 BFD_VARS=	rt_prot+=bfd
 BABEL_VARS=	rt_prot+=babel
 BGP_VARS=	rt_prot+=bgp
+MRT_VARS=	rt_prot+=mrt
 OSPF_VARS=	rt_prot+=ospf
 PIPE_VARS=	rt_prot+=pipe
 RADV_VARS=	rt_prot+=radv



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906271827.x5RIRc7c074897>