]> git.puffer.fish Git - mirror/frr.git/commit
zebra: justify rtadv VTY commands with arguments
authorDenis Ovsienko <infrastation@yandex.ru>
Tue, 24 Jan 2012 08:39:58 +0000 (12:39 +0400)
committerDenis Ovsienko <infrastation@yandex.ru>
Thu, 26 Jan 2012 07:43:00 +0000 (11:43 +0400)
commit4afa50b393ff1fb34dd577888a05b81dfdced5af
treee9bb7272c91a79276f2da1450b1cee14bc80b188
parent6eb0c5ab1d43bcf9edd4fefd19031f2b96ded728
zebra: justify rtadv VTY commands with arguments

ipv6 nd ra-interval
ipv6 nd ra-lifetime
ipv6 nd reachable-time
ipv6 nd home-agent-preference
ipv6 nd home-agent-lifetime
ipv6 nd router-preference

Calls to atoi() and atol() are replaced with VTY_GET_INTEGER_RANGE()
macro, command patterns are clarified and aliases of some commands
are added for consistency. Other changes are listed below.

* zebra/rtadv.c
  * ipv6_nd_ra_interval_msec(): resolve -Wsign-compare
  * ipv6_nd_ra_interval(): idem
  * rtadv_init(): update to list new aliases
* doc/ipv6.texi: update to match current implementation
doc/ipv6.texi
zebra/rtadv.c