[NEW] net-mgmt/bgpq4: Lightweight prefix-list generator for various routers v4

bgpq4 is a lightweight access-list/prefix-list/as-path access-list generator
for Cisco, Juniper and many other routers and routing daemons.

Support for IOS-XR and Mikrotik added over net-mgmt/bgpq3

WWW: https://github.com/bgp/bgpq4
This commit is contained in:
Muhammad Moinur Rahman 2020-03-29 09:29:50 +00:00
parent 56979c9583
commit fc91596be1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529782
5 changed files with 50 additions and 0 deletions

View File

@ -19,6 +19,7 @@
SUBDIR += bandwidthd
SUBDIR += bgpq
SUBDIR += bgpq3
SUBDIR += bgpq4
SUBDIR += bgpuma
SUBDIR += blackbox_exporter
SUBDIR += bpft

24
net-mgmt/bgpq4/Makefile Normal file
View File

@ -0,0 +1,24 @@
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
# $FreeBSD$
PORTNAME= bgpq4
PORTVERSION= 0.0.6
CATEGORIES= net-mgmt
MAINTAINER= bofh@FreeBSD.org
COMMENT= Lightweight prefix-list generator for various routers v4
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USES= autoreconf
USE_GITHUB= yes
GH_ACCOUNT= bgp
GNU_CONFIGURE= yes
PLIST_FILES= bin/bgpq4 \
man/man8/bgpq4.8.gz
.include <bsd.port.mk>

3
net-mgmt/bgpq4/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1585472287
SHA256 (bgp-bgpq4-0.0.6_GH0.tar.gz) = 612d8eb7c3de07712e43b3e03e3b9d6b9b87e14333e56df3ccf198675a87a642
SIZE (bgp-bgpq4-0.0.6_GH0.tar.gz) = 49254

6
net-mgmt/bgpq4/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
bgpq4 is a lightweight access-list/prefix-list/as-path access-list generator
for Cisco, Juniper and many other routers and routing daemons.
Support for IOS-XR and Mikrotik added over net-mgmt/bgpq3
WWW: https://github.com/bgp/bgpq4

View File

@ -0,0 +1,16 @@
[
{ type: install
message: <<EOM
To improve bgpq4 performance when expanding extra-large AS-SETs OS settings needs to be tuned to enlarge TCP send buffer.
To enlarge TCP send buffer, run the following:
# sysctl -w net.inet.tcp.sendbuf_max=2097152
To make it persistent across reboots, add the following to /etc/sysctl.conf:
net.inet.tcp.sendbuf_max=2097152
EOM
}
]