1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

Add MRT protocol support

PR:		238847
Submitted by:	mat
This commit is contained in:
Olivier Cochard 2019-06-27 18:27:37 +00:00
parent 5a030c0e69
commit 5477c75bbb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505214

View File

@ -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