librtr is in Debian unstable now, so this should default on.
Signed-off-by: David Lamparter <equinox@diac24.net>
The following Build Profiles have been added:
-- pkg.frr.rtrlib (pkg.frr.nortrlib)
+- pkg.frr.nortrlib (pkg.frr.rtrlib)
controls whether the RPKI module is built.
Will be enabled by default at some point, adds some extra dependencies.
-- pkg.frr.snmp (pkg.frr.nosnmp)
+- pkg.frr.nosnmp (pkg.frr.snmp)
controls whether the SNMP module is built, see below for license issues.
Will remain default-off as long as the license issue persists.
libpcre3-dev,
libpython3-dev,
libreadline-dev,
- librtr-dev <pkg.frr.rtrlib>,
+ librtr-dev <!pkg.frr.nortrlib>,
libsnmp-dev,
- libssh-dev <pkg.frr.rtrlib>,
+ libssh-dev <!pkg.frr.nortrlib>,
libsystemd-dev <!pkg.frr.nosystemd>,
pkg-config,
python3,
used to prevent hijacking of networks on the wider internet. It is only
relevant to internet service providers using their own autonomous system
number.
-Build-Profiles: <pkg.frr.rtrlib>
+Build-Profiles: <!pkg.frr.nortrlib>
Package: frr-doc
Section: doc
# package-specific build profiles
-ifeq ($(filter pkg.frr.rtrlib,$(DEB_BUILD_PROFILES)),)
- CONF_RPKI=--disable-rpki
-else
+ifeq ($(filter pkg.frr.nortrlib,$(DEB_BUILD_PROFILES)),)
CONF_RPKI=--enable-rpki
+else
+ CONF_RPKI=--disable-rpki
endif
ifeq ($(filter pkg.frr.nosystemd,$(DEB_BUILD_PROFILES)),)