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

version 1.1.1.2, 2012/10/09 09:22:28 version 1.1.1.3, 2016/11/02 10:09:11
Line 11  convergence times.  OSPF is widely used in large netwo Line 11  convergence times.  OSPF is widely used in large netwo
 networks.  networks.
   
 @menu  @menu
   * OSPF Fundamentals::
 * Configuring ospfd::             * Configuring ospfd::           
 * OSPF router::                   * OSPF router::                 
 * OSPF area::                     * OSPF area::                   
Line 21  networks. Line 22  networks.
 * OSPF Configuration Examples::  * OSPF Configuration Examples::
 @end menu  @end menu
   
   @include ospf_fundamentals.texi
   
 @node Configuring ospfd  @node Configuring ospfd
 @section Configuring ospfd  @section Configuring ospfd
   
Line 216  OSPF domain. Line 219  OSPF domain.
 @deffnx {OSPF Command} {network @var{a.b.c.d/m} area @var{<0-4294967295>}} {}  @deffnx {OSPF Command} {network @var{a.b.c.d/m} area @var{<0-4294967295>}} {}
 @deffnx {OSPF Command} {no network @var{a.b.c.d/m} area @var{a.b.c.d}} {}  @deffnx {OSPF Command} {no network @var{a.b.c.d/m} area @var{a.b.c.d}} {}
 @deffnx {OSPF Command} {no network @var{a.b.c.d/m} area @var{<0-4294967295>}} {}  @deffnx {OSPF Command} {no network @var{a.b.c.d/m} area @var{<0-4294967295>}} {}
   @anchor{OSPF network command}
 This command specifies the OSPF enabled interface(s).  If the interface has  This command specifies the OSPF enabled interface(s).  If the interface has
 an address from range 192.168.1.0/24 then the command below enables ospf  an address from range 192.168.1.0/24 then the command below enables ospf
 on this interface so router can provide network information to the other  on this interface so router can provide network information to the other
Line 239  Currently, if a peer prefix has been configured, Line 243  Currently, if a peer prefix has been configured,
 then we test whether the prefix in the network command contains  then we test whether the prefix in the network command contains
 the destination prefix.  Otherwise, we test whether the network command prefix  the destination prefix.  Otherwise, we test whether the network command prefix
 contains the local address prefix of the interface.   contains the local address prefix of the interface. 
   
   In some cases it may be more convenient to enable OSPF on a per
   interface/subnet basis (@pxref{OSPF ip ospf area command}).
   
 @end deffn  @end deffn
   
 @node OSPF area  @node OSPF area
Line 405  settings will override any per-area authentication set Line 413  settings will override any per-area authentication set
   
 @node OSPF interface  @node OSPF interface
 @section OSPF interface  @section OSPF interface
   
   @deffn {Interface Command} {ip ospf area @var{AREA} [@var{ADDR}]} {} 
   @deffnx {Interface Command} {no ip ospf area [@var{ADDR}]} {}
   @anchor{OSPF ip ospf area command}
   
   Enable OSPF on the interface, optionally restricted to just the IP address
   given by @var{ADDR}, putting it in the @var{AREA} area. Per interface area
   settings take precedence to network commands (@pxref{OSPF network command}).
   
   If you have a lot of interfaces, and/or a lot of subnets, then enabling OSPF
   via this command may result in a slight performance improvement.
   
   @end deffn
   
 @deffn {Interface Command} {ip ospf authentication-key @var{AUTH_KEY}} {}  @deffn {Interface Command} {ip ospf authentication-key @var{AUTH_KEY}} {}
 @deffnx {Interface Command} {no ip ospf authentication-key} {}  @deffnx {Interface Command} {no ip ospf authentication-key} {}

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


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