Diff for /embedaddon/quagga/doc/install.texi between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2013/07/21 23:54:38 version 1.1.1.3, 2016/11/02 10:09:11
Line 49  use to turn off IPv6 support, to disable the compilati Line 49  use to turn off IPv6 support, to disable the compilati
 daemons, and to enable SNMP support.  daemons, and to enable SNMP support.
   
 @table @option  @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  @item --disable-ipv6
 Turn off IPv6 related features and daemons.  Quagga configure script  Turn off IPv6 related features and daemons.  Quagga configure script
 automatically detects IPv6 stack.  But sometimes you might want to  automatically detects IPv6 stack.  But sometimes you might want to
Line 94  Enable support for Equal Cost Multipath. @var{ARG} is  Line 90  Enable support for Equal Cost Multipath. @var{ARG} is 
 of ECMP paths to allow, set to 0 to allow unlimited number of paths.  of ECMP paths to allow, set to 0 to allow unlimited number of paths.
 @item --disable-rtadv  @item --disable-rtadv
 Disable support IPV6 router advertisement in zebra.  Disable support IPV6 router advertisement in zebra.
@item --disable-tests@item --enable-gcc-rdynamic
Do not build tests.  Test programs are built by default, but not ran orPass the @command{-rdynamic} option to the linker driver.  This is in most
installed.  They can be excluded from build with this option, which willcases neccessary for getting usable backtraces.  This option defaults to on
minimally decrease compile time and overhead.  They can always be built andif the compiler is detected as gcc, but giving an explicit enable/disable is
executed at a later time by running @command{make check} in the @file{tests/}suggested.
subdirectory, even if they're excluded from build.@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  @end table
   
 You may specify any combination of the above options to the configure  You may specify any combination of the above options to the configure
Line 273  bgpd          2605/tcp    # BGPd vty Line 273  bgpd          2605/tcp    # BGPd vty
 ospf6d        2606/tcp            # OSPF6d vty  ospf6d        2606/tcp            # OSPF6d vty
 ospfapi       2607/tcp            # ospfapi  ospfapi       2607/tcp            # ospfapi
 isisd         2608/tcp            # ISISd vty  isisd         2608/tcp            # ISISd vty
   pimd          2611/tcp            # PIMd vty
 @end example  @end example
   
 If you use a FreeBSD newer than 2.2.8, the above entries are already  If you use a FreeBSD newer than 2.2.8, the above entries are already

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>