Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2015 09:44:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198485] net/quagga: 0.99.24 changes break bgp-announce logic
Message-ID:  <bug-198485-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: lerik@nolink.net
             Flags: maintainer-feedback?(mat@FreeBSD.org)
          Assignee: mat@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198485-13>