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

version 1.1.1.1, 2012/02/21 17:26:11 version 1.1.1.2, 2013/07/21 23:54:38
Line 79  file does not match to the current running kernel, con Line 79  file does not match to the current running kernel, con
 not turn on netlink support.  not turn on netlink support.
 @item --enable-snmp  @item --enable-snmp
 Enable SNMP support.  By default, SNMP support is disabled.  Enable SNMP support.  By default, SNMP support is disabled.
@item --enable-opaque-lsa@item --disable-opaque-lsa
Enable support for Opaque LSAs (RFC2370) in ospfd.Disable support for Opaque LSAs (RFC2370) in ospfd.
 @item --disable-ospfapi  @item --disable-ospfapi
 Disable support for OSPF-API, an API to interface directly with ospfd.  Disable support for OSPF-API, an API to interface directly with ospfd.
 OSPF-API is enabled if --enable-opaque-lsa is set.  OSPF-API is enabled if --enable-opaque-lsa is set.
 @item --disable-ospfclient  @item --disable-ospfclient
 Disable building of the example OSPF-API client.  Disable building of the example OSPF-API client.
@item --enable-ospf-te@item --disable-ospf-te
Enable support for OSPF Traffic Engineering Extension (internet-draft) thisDisable support for OSPF Traffic Engineering Extension (internet-draft) this
 requires support for Opaque LSAs.  requires support for Opaque LSAs.
 @item --enable-multipath=@var{ARG}  @item --enable-multipath=@var{ARG}
 Enable support for Equal Cost Multipath. @var{ARG} is the maximum number  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.  of ECMP paths to allow, set to 0 to allow unlimited number of paths.
@item --enable-rtadv@item --disable-rtadv
Enable support IPV6 router advertisement in zebra.Disable support IPV6 router advertisement in zebra.
 @item --disable-tests
 Do not build tests.  Test programs are built by default, but not ran or
 installed.  They can be excluded from build with this option, which will
 minimally decrease compile time and overhead.  They can always be built and
 executed at a later time by running @command{make check} in the @file{tests/}
 subdirectory, even if they're excluded from build.
 @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

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


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