Diff for /embedaddon/quagga/doc/ripd.texi between versions 1.1.1.1 and 1.1.1.3

version 1.1.1.1, 2012/02/21 17:26:11 version 1.1.1.3, 2016/11/02 10:09:11
Line 424  must be different. Maybe it'd be better to made new ma Line 424  must be different. Maybe it'd be better to made new ma
 Match if route destination is permitted by access-list.  Match if route destination is permitted by access-list.
 @end deffn  @end deffn
   
@deffn {Route Map} {match ip next-hop A.B.C.D} {}@deffn {Route Map} {match ip next-hop @var{word}} {}
Cisco uses here <access-list>, @command{ripd} IPv4 address. Match if@deffnx {Route Map} {match ip next-hop prefix-list @var{word}} {}
route has this next-hop (meaning next-hop listed in the rip routeMatch if route next-hop (meaning next-hop listed in the rip route-table
table - "show ip rip")as displayed by "show ip rip") is permitted by access-list.
 @end deffn  @end deffn
   
 @deffn {Route Map} {match metric <0-4294967295>} {}  @deffn {Route Map} {match metric <0-4294967295>} {}
Line 560  for routes redistributed into RIP. Line 560  for routes redistributed into RIP.
   
 @c Exmaple here.  @c Exmaple here.
   
@deffn Command {show ip protocols} {}@deffn Command {show ip rip status} {}
 The command displays current RIP status.  It includes RIP timer,  The command displays current RIP status.  It includes RIP timer,
 filtering, version, RIP enabled interface and RIP peer inforation.  filtering, version, RIP enabled interface and RIP peer inforation.
 @end deffn  @end deffn
   
 @example  @example
 @group  @group
ripd> @b{show ip protocols}ripd> @b{show ip rip status}
 Routing Protocol is "rip"  Routing Protocol is "rip"
   Sending updates every 30 seconds with +/-50%, next due in 35 seconds    Sending updates every 30 seconds with +/-50%, next due in 35 seconds
   Timeout after 180 seconds, garbage collect after 120 seconds    Timeout after 180 seconds, garbage collect after 120 seconds

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


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