[Bug 198485] net/quagga: 0.99.24 changes break bgp-announce logic
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Mar 10 09:44:31 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198485
Bug ID: 198485
Summary: net/quagga: 0.99.24 changes break bgp-announce logic
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: mat at FreeBSD.org
Reporter: lerik at nolink.net
Flags: maintainer-feedback?(mat at FreeBSD.org)
Assignee: mat at FreeBSD.org
In rev 380374 by mat@, along with update to version 0.99.24, the makefile for
Quagga was changed. The following change is the problem:
Line 75 was changed as follows:
-NO_BGP_ANNOUNCE_CONFIGURE_ARGS+=--disable-bgp-announce
+NO_BGP_ANNOUNCE_CONFIGURE_ENABLE= bgp-announce
This inverts the logic - with "NO_BGP_ANNOUNCE" set in options, the configure
option "--enable-bgp-announce" is set. Vice versa, without it,
"--disable-bgp-announce" is set in configure, and bgpd does not announce any
routes (this then becomes normal behaviour with default options)
This breaks default behaviour, and the binary package build of Quagga now does
NOT announce BGP routes at all!
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list