net-misc/openbgpd: Adding precisions about the FIB limitations

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2020-03-20 18:24:29 +01:00
parent 62cb4fdb66
commit 9a892201e9
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 7 additions and 0 deletions

View File

@ -56,3 +56,10 @@ src_configure() {
export YACC=byacc
default
}
pkg_postinst() {
ewarn ""
ewarn "OpenBGPD portable (not running on OpenBSD) cant export its RIB to"
ewarn "the FIB. Its only suitable for route-reflectors or route-servers."
ewarn ""
}