aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-07-19 22:16:15 +0800
committermat <mat@FreeBSD.org>2016-07-19 22:16:15 +0800
commite182e39bb3fd36eac0aff8486100e62fe6f00e26 (patch)
tree468b9252293cdec6d3ab434c27e8cb52ed62fab5 /net
parentb7fae127dea3efb5a0c7fb346ee68ea770500fec (diff)
downloadfreebsd-ports-gnome-e182e39bb3fd36eac0aff8486100e62fe6f00e26.tar.gz
freebsd-ports-gnome-e182e39bb3fd36eac0aff8486100e62fe6f00e26.tar.zst
freebsd-ports-gnome-e182e39bb3fd36eac0aff8486100e62fe6f00e26.zip
Remove OSPF_OPAQUE_LSA option, it was a noop.
Sponsored by: Absolight
Diffstat (limited to 'net')
-rw-r--r--net/quagga/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index 668e310ac1e9..2cd5e7e24746 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -24,9 +24,9 @@ USE_PERL5= build
INFO= quagga
-OPTIONS_DEFINE= ISISD PIMD PAM OSPF_OPAQUE_LSA RTADV SNMP TCPSOCKETS DLMALLOC \
+OPTIONS_DEFINE= ISISD PIMD PAM RTADV SNMP TCPSOCKETS DLMALLOC \
NO_BGP_ANNOUNCE OSPF_NEXTHOP IRDP ISIS_TOPOLOGY
-OPTIONS_DEFAULT= ISISD PIMD RTADV OSPF_OPAQUE_LSA
+OPTIONS_DEFAULT= ISISD PIMD RTADV
OPTIONS_SUB= yes
PIMD_DESC= PIM-SSM multicast routing
@@ -34,7 +34,6 @@ IRDP_DESC= Enable IRDP server support
ISISD_DESC= Enable ISIS daemon (beta)
ISIS_TOPOLOGY_DESC= Enable IS-IS topology generator
PAM_DESC= PAM authentication for vtysh
-OSPF_OPAQUE_LSA_DESC= OSPF Opaque-LSA support (RFC2370)
RTADV_DESC= IPv6 Router Advertisements
TCPSOCKETS_DESC= Use TCP/IP sockets for protocol daemons
DLMALLOC_DESC= Use dlmalloc (makes bgpd much faster)
@@ -65,7 +64,6 @@ ISIS_TOPOLOGY_CONFIGURE_ENABLE= isis-topology
PIMD_CONFIGURE_ENABLE= pimd
IRDP_CONFIGURE_ENABLE= irdb
PAM_CONFIGURE_WITH= libpam
-OSPF_OPAQUE_LSA_CONFIGURE_ENABLE= opaque-lsa
RTADV_CONFIGURE_ENABLE= rtadv
SNMP_CONFIGURE_ENABLE= snmp
SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp