freebsd-ports/net-mgmt/bgpq4/pkg-message
Muhammad Moinur Rahman fc91596be1 [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
2020-03-29 09:29:50 +00:00

17 lines
372 B
Plaintext

[
{ 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
}
]