--- embedaddon/quagga/doc/install.texi 2012/02/21 17:26:11 1.1.1.1 +++ embedaddon/quagga/doc/install.texi 2016/11/02 10:09:11 1.1.1.3 @@ -49,10 +49,6 @@ use to turn off IPv6 support, to disable the compilati daemons, and to enable SNMP support. @table @option -@item --enable-guile -Turn on compilation of the zebra-guile interpreter. You will need the -guile library to make this. zebra-guile implementation is not yet -finished. So this option is only useful for zebra-guile developers. @item --disable-ipv6 Turn off IPv6 related features and daemons. Quagga configure script automatically detects IPv6 stack. But sometimes you might want to @@ -79,21 +75,31 @@ file does not match to the current running kernel, con not turn on netlink support. @item --enable-snmp Enable SNMP support. By default, SNMP support is disabled. -@item --enable-opaque-lsa -Enable support for Opaque LSAs (RFC2370) in ospfd. +@item --disable-opaque-lsa +Disable support for Opaque LSAs (RFC2370) in ospfd. @item --disable-ospfapi Disable support for OSPF-API, an API to interface directly with ospfd. OSPF-API is enabled if --enable-opaque-lsa is set. @item --disable-ospfclient Disable building of the example OSPF-API client. -@item --enable-ospf-te -Enable support for OSPF Traffic Engineering Extension (internet-draft) this +@item --disable-ospf-te +Disable support for OSPF Traffic Engineering Extension (internet-draft) this requires support for Opaque LSAs. @item --enable-multipath=@var{ARG} Enable support for Equal Cost Multipath. @var{ARG} is the maximum number of ECMP paths to allow, set to 0 to allow unlimited number of paths. -@item --enable-rtadv -Enable support IPV6 router advertisement in zebra. +@item --disable-rtadv +Disable support IPV6 router advertisement in zebra. +@item --enable-gcc-rdynamic +Pass the @command{-rdynamic} option to the linker driver. This is in most +cases neccessary for getting usable backtraces. This option defaults to on +if the compiler is detected as gcc, but giving an explicit enable/disable is +suggested. +@item --enable-backtrace +Controls backtrace support for the crash handlers. This is autodetected by +default. Using the switch will enforce the requested behaviour, failing with +an error if support is requested but not available. On BSD systems, this +needs libexecinfo, while on glibc support for this is part of libc itself. @end table You may specify any combination of the above options to the configure @@ -267,6 +273,7 @@ bgpd 2605/tcp # BGPd vty ospf6d 2606/tcp # OSPF6d vty ospfapi 2607/tcp # ospfapi isisd 2608/tcp # ISISd vty +pimd 2611/tcp # PIMd vty @end example If you use a FreeBSD newer than 2.2.8, the above entries are already