Diff for /embedaddon/quagga/doc/ipv6.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 2 Line 2
 @chapter IPv6 Support  @chapter IPv6 Support
   
 Quagga fully supports IPv6 routing.  As described so far, Quagga supports  Quagga fully supports IPv6 routing.  As described so far, Quagga supports
RIPng, OSPFv3, Babel and BGP-4+.  You can give IPv6 addresses to an interfaceRIPng, OSPFv3, and BGP-4+.  You can give IPv6 addresses to an interface
 and configure static IPv6 routing information.  Quagga IPv6 also provides  and configure static IPv6 routing information.  Quagga IPv6 also provides
 automatic address configuration via a feature called @code{address  automatic address configuration via a feature called @code{address
 auto configuration}.  To do it, the router must send router advertisement  auto configuration}.  To do it, the router must send router advertisement
Line 136  for the lowest preference possible. Line 136  for the lowest preference possible.
 Default: 0  Default: 0
 @end deffn  @end deffn
   
+@deffn {Interface Command} {ipv6 nd home-agent-lifetime <0-65520>} {}@deffn {Interface Command} {ipv6 nd home-agent-lifetime <0-65520>} {}
+@deffnx {Interface Command} {no ipv6 nd home-agent-lifetime [<0-65520>]} {}@deffnx {Interface Command} {no ipv6 nd home-agent-lifetime [<0-65520>]} {}
 The value to be placed in Home Agent Option, when Home Agent config flag is set,   The value to be placed in Home Agent Option, when Home Agent config flag is set, 
 which indicates to hosts Home Agent Lifetime. The default value of 0 means to  which indicates to hosts Home Agent Lifetime. The default value of 0 means to
 place the current Router Lifetime value.  place the current Router Lifetime value.

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


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