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:
parent
62cb4fdb66
commit
9a892201e9
|
@ -56,3 +56,10 @@ src_configure() {
|
||||||
export YACC=byacc
|
export YACC=byacc
|
||||||
default
|
default
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
ewarn ""
|
||||||
|
ewarn "OpenBGPD portable (not running on OpenBSD) can’t export its RIB to"
|
||||||
|
ewarn "the FIB. It’s only suitable for route-reflectors or route-servers."
|
||||||
|
ewarn ""
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue