From: Denis Ovsienko Date: Fri, 18 Mar 2011 17:20:53 +0000 (+0300) Subject: doc: fix "ipv6 address" interface command syntax (#608) X-Git-Tag: frr-2.0-rc1~2112^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=e6844aa5d23cf56dd1f31afc96e8145ab188953f;p=mirror%2Ffrr.git doc: fix "ipv6 address" interface command syntax (#608) --- diff --git a/doc/main.texi b/doc/main.texi index 9966b356d3..a57591377a 100644 --- a/doc/main.texi +++ b/doc/main.texi @@ -49,9 +49,9 @@ Up or down the current interface. @end deffn @deffn {Interface Command} {ip address @var{address/prefix}} {} -@deffnx {Interface Command} {ip6 address @var{address/prefix}} {} +@deffnx {Interface Command} {ipv6 address @var{address/prefix}} {} @deffnx {Interface Command} {no ip address @var{address/prefix}} {} -@deffnx {Interface Command} {no ip6 address @var{address/prefix}} {} +@deffnx {Interface Command} {no ipv6 address @var{address/prefix}} {} Set the IPv4 or IPv6 address/prefix for the interface. @end deffn